cURL
curl --request GET \ --url https://api-v2.ziina.com/api/refund/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "payment_intent_id": "<string>", "amount": 123, "currency_code": "<string>", "status": "pending", "created_at": "<string>", "error": { "message": "<string>", "code": "<string>" } }
write_refunds
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
id of the refund
The response is of type object.
object
Was this page helpful?