Pull Transfer Refund Service

Use an AFT refund transaction to send funds back to the sender's card within 30 days of the original AFT. The funds cannot be traced if the original transaction is over 30 days old. You can accept a refund after the original AFT settles.

Endpoints

Production:
POST https://api.cybersource.com/pts/v1/pull-funds-transfer/{id}/refund
Test:
POST https://apitest.cybersource.com/pts/v1/pull-funds-transfer/{id}/refund

Pull Funds Transfer Refund Required Fields

This field is required in a request for a Pull Funds Transfer refund:

Pull Funds Transfer Refund Optional Fields

REST Example: Pull Funds Transfer Refund

Request
This example shows a Pull Funds Transfer refund request.
{ "orderInformation": { "amountDetails": { "totalAmount": "95" } } }
Response
This example shows a Pull Funds Transfer refund response.
{ "processorInformation": { "transactionId": "351083755930580", "systemTraceAuditNumber": "761442" }, "id": "6668887829136346401953", "_links": { "self": { "method": "GET", "href": "/pts/v1/pull-funds-transfer/6668887829136346401953" } }, "status": "ACCEPTED", "submitTimeUtc": "2027-10-27T16:39:43Z" }