curl --location --request POST 'https://identity.payroc.com/authorize' --header 'x-api-key: <api key>'
{"access_token": "eyJhbGc....adQssw5c","expires_in": 3600,"scope": "service_a service_b","token_type": "Bearer"}
curl-H "Content-Type: application/json"-H "Authorization: <Bearer token>"-H "Idempotency-Key: <UUID v4>"
curl --request get \--url https://api.payroc.com/v1/payments \--header 'Authorization: Bearer <access token>'
application/json
{"limit": 2,"count": 2,"hasMore": true,"data": [{"paymentId": "M2MJOG6O2Y","processingTerminalId": "1234001","operator": "Automatic Payment","order": {"orderId": "OrderRef6543","dateTime": "2024-07-02T15:30:00Z","description": "Monthly Premium Club subscription","amount": 4999,"currency": "USD"},"card": {"type": "Visa Credit","cardholderName": "Sarah Hopper","cardNumber": "453985******7062","expiryDate": "1225","secureToken": {"secureTokenId": "MREF_abc1de23-f4a5-6789-bcd0-12e345678901fa","customerName": "Sarah Hopper","token": "296753123456","status": "notValidated","link": {"rel": "self","method": "GET","href": "https://api.payroc.com/v1/processing-terminals/1234001/secure-tokens/MREF_abc1de23-f4a5-6789-bcd0-12e345678901fa"}},"securityChecks": {"cvvResult": "M","avsResult": "X"}},"supportedOperations": ["fullyReverse","setAsPending"],"transactionResult": {"type": "sale","status": "ready","approvalCode": "OK3","authorizedAmount": 4999,"currency": "USD","responseCode": "A","responseMessage": "APPROVAL"}},{"paymentId": "E29U8OU8Q4","processingTerminalId": "1234001","operator": "Automatic Payment","order": {"orderId": "OrderRef7654","dateTime": "2024-07-02T15:30:00Z","description": "Monthly Premium Club subscription","amount": 4999,"currency": "USD"},"card": {"type": "Visa Debit","cardholderName": "Sarah Hopper","cardNumber": "453985******7062","expiryDate": "1225","secureToken": {"secureTokenId": "MREF_abc1de23-f4a5-6789-bcd0-12e345678901fa","customerName": "Sarah Hopper","token": "296753123456","status": "notValidated","link": {"rel": "self","method": "GET","href": "https://api.payroc.com/v1/processing-terminals/1234001/secure-tokens/MREF_abc1de23-f4a5-6789-bcd0-12e345678901fa"}},"securityChecks": {"cvvResult": "M","avsResult": "X"}},"supportedOperations": ["fullyReverse","setAsPending"],"transactionResult": {"type": "sale","status": "ready","approvalCode": "475318","authorizedAmount": 1000,"currency": "EUR","responseCode": "A","responseMessage": "APPROVAL"},"customFields": [{"name": "yourCustomField","value": "abc123"}]}],"links": [{"rel": "next","method": "get","href": "https://api.payroc.com/v1/payments?processingTerminalId=1234001&limit=2&after=E29U8OU8Q4"},{"rel": "previous","method": "get","href": "https://api.payroc.com/v1/payments?processingTerminalId=1234001&limit=2&before=M2MJOG6O2Y"}]}
curl --request post \--url https://api.payroc.com/v1/payments/M2MJOG6O2Y/reverse \--header 'Authorization: Bearer <access token>' \--header 'Content-Type: application/json' \--header 'Idempotency-Key: 8e03978e-40d5-43e8-bc93-6894a57f9324' \--data '{"amount":4999}'
application/json
{"paymentId": "M2MJOG6O2Y","processingTerminalId": "1234001","order": {"orderId": "OrderRef6543","dateTime": "2024-07-02T15:30:00Z","description": "Large Pepperoni Pizza","amount": 4999,"currency": "USD"},"customer": {"firstName": "Sarah","lastName": "Hopper","billingAddress": {"address1": "1 Example Ave.","address2": "Example Address Line 2","address3": "Example Address Line 3","city": "Chicago","state": "Illinois","country": "USA","postalCode": "60056"},"shippingAddress": {"recipientName": "Sarah Hopper","address": {"address1": "1 Example Ave.","address2": "Example Address Line 2","address3": "Example Address Line 3","city": "Chicago","state": "Illinois","country": "IT","postalCode": "60056"}}},"card": {"type": "MasterCard","entryMethod": "keyed","cardNumber": "453985******7062","expiryDate": "1225","securityChecks": {"cvvResult": "M","avsResult": "Y"}},"supportedOperations": ["capture","fullyReverse","partiallyReverse","incrementAuthorization","adjustTip","setAsPending"],"transactionResult": {"type": "sale","status": "reversal","approvalCode": "OK2","authorizedAmount": 100,"currency": "USD","responseCode": "A","responseMessage": "OK2"},"customFields": [{"name": "yourCustomField","value": "abc123"}]}
{"paymentId": "LRJ1QWEFRN","processingTerminalId": "3204001","operator": "notRequired","order": {"orderId": "Test_007","dateTime": "2023-05-25T10:39:10+01:00","amount": 4000,"currency": "USD","standingInstructions": {"sequence": "subsequent","processingModel": "recurring"}},"card": {"type": "Visa Credit","entryMethod": "keyed","cardNumber": "444433******1111","expiryDate": "1226","secureToken": {"secureTokenId": "MREF_1a93f3a6-9029-419f-9e87-3e2db6f0ae85uA","customerName": "","token": "2967538502417872","status": "cvv_validated","link": {"rel": "self","method": "GET","href": "https://api.uat.payroc.com/v1/processing-terminals/3204001/secure-tokens/MREF_1a93f3a6-9029-419f-9e87-3e2db6f0ae85uA"}},"securityChecks": {"cvvResult": "M","avsResult": "Y"}},"transactionResult": {"type": "sale","status": "reversal","approvalCode": "OK14866","authorizedAmount": 4000,"currency": "USD","responseCode": "A","responseMessage": "OK14866","cardSchemeReferenceId": "zz67WbxsEwMkvbSNcxz9"}}