Payment Session Workflow
Number of APIs: 6
-
Operation 1: Create Payment Session POST https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session
-
Operation 2: Update Session With Payment Details PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{paymentSessionID}}
-
Operation 3: Retrieve Session GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/session/{{paymentSessionID}}
-
Operation 5: Authenticate Payer PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{paymentSessionOrderId}}/transaction/{{tranId}}
-
Operation 6: Pay PUT https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{paymentSessionOrderId}}/transaction/{{payTransactionId}}
-
Operation 7: Retrieve Order GET https://{{domain}}/api/rest/version/{{collectionVersion}}/merchant/{{merchantId}}/order/{{paymentSessionOrderId}}