- Introduction to Payments
 
- Standard Payment Processing
 
- Card Present Connect | Retail Processing
 
- Card Present Connect | Mass Transit Processing
 
- Debit and Prepaid Card Processing 
- Processing Debit and Prepaid Authorizations
 
 
- Airline Data Processing
 
- Japanese Payment Options Processing
 
- Processing Payments Using Credentials 
- Using Stored Customer Credentials During a CIT
 
- Merchant-Initiated Delayed Transaction with PAN
 
- Merchant-Initiated Incremental Transaction with PAN
 
- Merchant-Initiated No-Show Transactions with PAN
 
- Merchant-Initiated Reauthorization Transactions with PAN
 
- Merchant-Initiated Resubmission Transaction with PAN
 
- Installment Payments
 
- Recurring Payments
 
 
- Token Management Service Processing
 
 On This Page 
    
                REST API | Visa Platform Connect
            
            
            
            
            
          
REST Example: Making a Credit with an Instrument Identifier
    Endpoint: 
- Production:POSThttps://api.cybersource.com/pts/v2/credits/
 - Test:POSThttps://apitest.cybersource.com/pts/v2/credits/
 
Request
{ "clientReferenceInformation": { "code": "12345678" }, "paymentInformation": { "instrumentIdentifier": { "id": "7010000000016241111" } }, "orderInformation": { "amountDetails": { "currency": "USD", "totalAmount": "10.00" } } }
 Response for a Successful Request
{ "_links": { "void": { "method": "POST", "href": "/pts/v2/credits/7055970261066212404951/voids" }, "self": { "method": "GET", "href": "/pts/v2/credits/7055970261066212404951" } }, "clientReferenceInformation": { "code": "12345678" }, "creditAmountDetails": { "currency": "USD", "creditAmount": "10.00" }, "id": "7055970261066212404951", "orderInformation": { "amountDetails": { "currency": "USD" } }, "paymentAccountInformation": { "card": { "type": "001" } }, "paymentInformation": { "tokenizedCard": { "type": "001" }, "instrumentIdentifier": { "id": "7010000000016241111", "state": "ACTIVE" }, "card": { "type": "001" } }, "processorInformation": { "approvalCode": "888888", "responseCode": "100" }, "reconciliationId": "67445198PRILCQCQ", "status": "PENDING", "submitTimeUtc": "2024-01-18T16:57:06Z" }