Simulate a refund transaction
Card Transaction Simulator
Simulate a refund transaction
Simulate refunding a transaction
POST
Simulate a refund transaction
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The card account ID from the simulate refund
Example:
"c8e2752d-6bd7-4244-a9f6-580f5640eaeb"
The card ID from the simulate refund
Example:
"c8e2752d-6bd7-4244-a9f6-580f5640eaec"
The amount is refund amount
Example:
100
The currency is amount currency
Example:
"HKD"
Response
200 - application/json
Refund transaction submitted
The ID of the simulated refund transaction
Example:
"8188d920-2c17-4aba-aa24-6a25f8c12ddb"

