Request
Endpoint:
POST
https://api.cybersource.com
/pts/v2/payments/{id}/reversals
{ "reversalInformation" : { "amountDetails" : { "totalAmount" : "100.00" } } }
Response
{ "_links" : { "self" : { "method" : "GET", "href" : "/pts/v2/reversals/6522010713906068903093" } }, "authorizationInformation" : { "approvalCode" : "100" }, "clientReferenceInformation" : { "code" : "1652201071257" }, "id" : "6522010713906068903093", "orderInformation" : { "amountDetails" : { "currency" : "USD" } }, "processorInformation" : { "responseCode" : "0" }, "reversalAmountDetails" : { "reversedAmount" : "100.00", "currency" : "USD" }, "status" : "REVERSED", "submitTimeUtc" : "2022-05-10T16:44:31Z" }