Tokenization
Number of APIs: 10
- 
Operation 7: Create Token POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token 
- 
Operation 1: Create Session POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session 
- 
Operation 11: Delete Token DELETE https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token/{{tokenIdForPay}}?correlationId=correlationIdtest 
- 
Operation 5: Authenticate Payer PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{transactionIdforToken}} 
- 
Operation 6: Pay PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{payTransactionId2}} 
- 
Operation 8: Search Token GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/tokenSearch?limit=1&query={"EQ":["token","{{tokenIdForPay}}"]} 
- 
Operation 9: Update Token PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/token/{{tokenIdForPay}} 
- 
Operation 10: Pay with Token PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{orderIdForToken}}/transaction/{{transactionIdForToken}} 
- 
Operation 2: Update Session PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{tokenSessionId}} 
- 
Operation 3: Retrieve Session GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{tokenSessionId}}