post http://localhost:3000/payments/v1/payments
[IN DEVELOPMENT]
Use this to originate a financial transaction like a Sale, Refund, Void, Reversal, Preauthorization, Incremental or Completion.
Responses
[IN DEVELOPMENT]
Use this to originate a financial transaction like a Sale, Refund, Void, Reversal, Preauthorization, Incremental or Completion.
xxxxxxxxxx
39curl --request POST \
--url http://localhost:3000/payments/v1/payments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"requestType": "Sale",
"paymentMethod": {
"paymentCard": {
"cardFunction": "Credit",
"isOfflineVerifiedPin": true
},
"merchantVerificationValue": "0"
},
"terminalRequestData": {
"posEntryMode": "01"
},
"device": {
"capabilities": {
"attendance": 0,
"location": 0,
"cardPresent": 0,
"cardCaptureCapabilities": 0,
"requestStatus": 0,
"activationMethod": 0,
"transferingData": 0,
"outputMethod": 0,
"supportType": "b ",
"cardholder": {
Try It!
to start a request and see the response here! Or choose an example: