cURL
curl --request POST \ --url https://sbx.api.easybilling.cloud/billing/api/refund/{refundRequestId}/status \ --header 'Authorization: Bearer <token>'
{ "refundRequestId": "<string>", "transactionId": "<string>", "status": "created", "amount": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Refund request id
Payment transaction id
created
succeeded
failed
canceled
closed
refunding