Skip to main content
GET
GetRefund

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Success

id
string
required
payment_id
string
required
status
enum<string>
required
Available options:
pending,
succeeded,
failed,
cancelled
created_at
string<date-time>
required
reason
string | null
succeeded_at
string<date-time> | null
failed_at
string<date-time> | null
cancelled_at
string<date-time> | null
error
Error · object | null

Error handling