Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 511 Bytes

ReversalRequest.md

File metadata and controls

26 lines (22 loc) · 511 Bytes

ReversalRequest

Properties

All properties for the request object are listed in the Direct Service Request page.

The sample below provides the specific fields required by the reversal use case.

Sample JSON

{
  "serviceType": "REVERSAL",
  "customer": {
    "id": "567899"
  },
  "card": {
    "accountNumber": "5400000000000000"
  },
  "transaction": {
    "amount": 123
  },
  "original": {
    "responseCode": "00"
  }
}