Create refund
Send a refund to a customer’s bank account. The refund transaction is not linked to the previous transaction.
Note: This function is available to only certain merchant accounts.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request
Unique identifier that we assigned to the terminal.
Object that contains information about the order.
Object that contains information about how the merchant refunds the customer.
Array of customField objects.
Response
Successful request. We sent the refund to the customer’s bank account.
Unique identifier that our gateway assigned to the refund.
Unique identifier that we assigned to the terminal.
Object that contains information about the order.
Object that contains information about the bank account.
Object that contains information about the transaction.
Object that contains information about the customer.
Object that contains information about a payment.
Array of customField objects.