cURL
curl --request GET \ --url https://api.plexospay.com/v1/refunds/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "re_abc123", "paymentIntentId": "<string>", "amount": "<string>", "currency": "CVE", "status": "PENDING", "reason": "<string>", "failureCode": "<string>", "failureMessage": "<string>", "operatorRefundId": "<string>", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
API key starting with sk_live_ or sk_test_
sk_live_
sk_test_
Refund details
"re_abc123"
ISO currency code
CVE
AOA
PENDING
PROCESSING
SUCCEEDED
FAILED
Arbitrary key-value metadata (max 50 keys)