Tokenization

Number of APIs: 10

  1. Operation 7: Create Token POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token

  2. Operation 1: Create Session POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session

  3. Operation 11: Delete Token DELETE https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token/{{tokenIdForPay}}?correlationId=correlationIdtest

  4. Operation 5: Authenticate Payer PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{transactionIdforToken}}

  5. Operation 6: Pay PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{payTransactionId2}}

  6. Operation 8: Search Token GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/tokenSearch?limit=1&query={"EQ":["token","{{tokenIdForPay}}"]}

  7. Operation 9: Update Token PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token/{{tokenIdForPay}}

  8. Operation 10: Pay with Token PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{transactionIdForToken}}

  9. Operation 2: Update Session PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{tokenSessionId}}

  10. Operation 3: Retrieve Session GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{tokenSessionId}}