POST api/cybersource/{id}/reversals
You can use the authorization reversal service to reverse an unnecessary or undesired authorization.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
CyberSource.Model.AuthReversalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| clientReferenceInformation | CyberSource.Model.Ptsv2paymentsidreversalsClientReferenceInformation |
None. |
|
| reversalInformation | CyberSource.Model.Ptsv2paymentsidreversalsReversalInformation |
None. |
|
| processingInformation | CyberSource.Model.Ptsv2paymentsidreversalsProcessingInformation |
None. |
|
| orderInformation | CyberSource.Model.Ptsv2paymentsidreversalsOrderInformation |
None. |
|
| pointOfSaleInformation | CyberSource.Model.Ptsv2paymentsidreversalsPointOfSaleInformation |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Reversal response
CyberSource.Model.PtsV2PaymentsReversalsPost201Response| Name | Description | Type | Additional information |
|---|---|---|---|
| _links | CyberSource.Model.PtsV2IncrementalAuthorizationPatch201ResponseLinks |
None. |
|
| id | string |
None. |
|
| submitTimeUtc | string |
None. |
|
| status | string |
None. |
|
| reconciliationId | string |
None. |
|
| clientReferenceInformation | CyberSource.Model.PtsV2PaymentsPost201ResponseClientReferenceInformation |
None. |
|
| reversalAmountDetails | CyberSource.Model.PtsV2PaymentsReversalsPost201ResponseReversalAmountDetails |
None. |
|
| processorInformation | CyberSource.Model.PtsV2PaymentsReversalsPost201ResponseProcessorInformation |
None. |
|
| issuerInformation | CyberSource.Model.PtsV2PaymentsReversalsPost201ResponseIssuerInformation |
None. |
|
| authorizationInformation | CyberSource.Model.PtsV2PaymentsReversalsPost201ResponseAuthorizationInformation |
None. |
|
| pointOfSaleInformation | CyberSource.Model.Ptsv2paymentsidreversalsPointOfSaleInformation |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.