Create a refund

Refund API is used to initiate refunds for already completed payments. Depending on a payment method, you have limited amount of time to initiate refunds.

Body Params
string
required

API key of the merchant.

string
required

Transaction ID of the transaction.

double

Amount of the refund. If not given, full amount is refuned.

string

Only used when trying to refund a Credit Card transaction through PIX network. Must be used alongside pix_key_type parameter

string

Only used when trying to refund a Credit Card transaction through PIX network. Must be used alongside pix_key parameter. Allowed values can be found in the following link: https://continentalpay.readme.io/reference/list-of-pix-key-types#/.

float

VAT amount which is included in the full amount.

string

Any other reference that you would like to save in this refund request. Displayed in dashboard.

Headers
string
Defaults to application/json

Content-type of the body of the request

Response
200
Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here!