REST Example: Pull Funds Transfer with TMS

Light Dark
Request with TMS tokens
This example shows a Pull Funds Transfer request with tokens.
1234567891011121314151617181920212223242526272829303132333435363738394041424344
{"senderInformation": { "firstName": "Ellen", "lastName": "Torres", "address": "123 N Test St", "middleInitial": "A", "countryCode": "US", "postalCode": "94404", "locality": "Foster City", "administrativeArea": "CA" }, "paymentInformation": { "customer": { "id": "B21E6717A6F03479E05341588E0A303F" }, "paymentInstrument": { "id": "B21E6B7E8BB3388EE05341588E0AFC84" }, "shippingAddress": { "id": "B21E6717A6F33479E05341588E0A303F" } }, "recipientInformation": { "firstName": "Amit", "lastName": "Gupta", "countryCode": "US", "administrativeArea": "CA", "identificationNumber": "123456789", "type": "I" }, "processingInformation": { "commerceIndicator": "INTERNET", "businessApplicationId": "PP" }, "orderInformation": { "amountDetails": { "totalAmount": "100", "currency": "USD" } }, "clientReferenceInformation": { "code": "REF123456", "applicationName": "Great Stuff Storefront", "applicationUser": "G. Miller" }}
Response: Pull Funds Transfer with TMS
This example shows a Pull Funds Transfer response with tokens.
1234567891011121314151617181920212223
{"_links": { "refund": { "href": "/pts/v1/pull-funds-transfer/6668885718936344401953/refund", "method": "POST" }, "reversal": { "href": "/pts/v1/pull-funds-transfer/6668885718936344401953/reversal", "method": "POST" }, "self": { "method": "GET", "href": "/pts/v1/pull-funds-transfer/6668885718936344401953" } }, "processorInformation": { "approvalCode": "98765X", "transactionId": "393209441134856", "systemTraceAuditNumber": "572474", "responseCode": "5" }, "id": "6668885718936344401953", "status": "AUTHORIZED", "submitTimeUtc": "2027-10-27T16:36:12Z"}