Allows you to refund a credit or debit card transaction using the Nexio Payment ID. The process for refunding a transaction is as follows:
- Run a transaction using the Run card transaction endpoint.
- Retrieve the
id
from the response. This is the Nexio Payment ID. - Include that
id
in the body of your request to this endpoint.
If you do not know the paymentId
or amount
to use, make a call with the View transactions endpoint with the query filter of transactionStatus=10
and plugin=
to get an array of possible transactions that have authorized or transactionStatus=20
and plugin=
for transactions that are settled.
Try It
To use the Try It feature for this endpoint, you can use the credentials for your Sandbox API user.
You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username:[email protected]
password:JZdzoXpdDeH6VA
Include the ID as indicated above.