Payment Strategy Related
POST Send Funds Transfer Choice
POST Send Funds Transfer Choiceimport requests
url = "https://{commerce_url}/orders/checkout/?page=FundsTransferChoicePage"
payload = 'bank_account=1'
headers = {
'x-requested-with': 'XMLHttpRequest',
'Cookie': 'osessionid=<session_id>',
'Content-Type': 'application/x-www-form-urlencoded'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)POST Complete Funds Transfer Payment
POST Complete Funds Transfer PaymentPOST Complete Loyalty Money Payment
POST Complete Loyalty Money PaymentPOST Complete Pay Later Payment
POST Complete Pay Later PaymentPOST Set Pay on Delivery Payment Choice
POST Set Pay on Delivery Payment ChoicePOST Complete Pay on Delivery Payment
POST Complete Pay on Delivery PaymentPOST Start Redirection Payment
POST Start Redirection PaymentPOST Complete Redirection Payment
POST Complete Redirection PaymentPOST Set Credit Payment Option on Credit Payment Type
POST Set Credit Payment Option on Credit Payment TypePOST Start Redirection on Credit Payment
POST Start Redirection on Credit PaymentPOST Complete Credit Payment Payment
POST Complete Credit Payment PaymentPOST Start Cash Register Payment
POST Start Cash Register PaymentPOST Set Installment Option on Cash Register Payment
POST Set Installment Option on Cash Register PaymentPOST Complete Cash Register Payment
POST Complete Cash Register PaymentPOST Start BKM Express Payment Type
POST Start BKM Express Payment TypePOST Set Bin Number on BKM Express Payment Type
POST Set Bin Number on BKM Express Payment TypePOST Set Installment Option on BKM Express Payment Type
POST Set Installment Option on BKM Express Payment TypePOST Bex Nonce Page on BKM Express Payment Type
POST Bex Nonce Page on BKM Express Payment TypePOST Complete BKM Express Payment Type
POST Complete BKM Express Payment TypePOST Start Garanti Pay Payment
POST Start Garanti Pay PaymentPOST Start Redirection on Garanti Pay Payment
POST Start Redirection on Garanti Pay PaymentPOST Complete Garanti Pay Payment
POST Complete Garanti Pay PaymentPOST Start Confirmation Payment
POST Start Confirmation PaymentPOST Agree Terms and Conditions on Confirmation Payment
POST Agree Terms and Conditions on Confirmation PaymentPOST Continue on Confirmation Payment
POST Continue on Confirmation PaymentPOST Confirmation Query on Confirmation Payment
POST Confirmation Query on Confirmation PaymentPOST Complete Confirmation Payment
POST Complete Confirmation PaymentGET Fetch Saved Cards to Start Saved Cards Payment Type
GET Fetch Saved Cards to Start Saved Cards Payment TypePOST Set Saved Card on Saved Card Payment Type
POST Set Saved Card on Saved Card Payment TypePOST Set Installment Option on Saved Card Payment Type
POST Set Installment Option on Saved Card Payment TypePOST Complete Saved Card Payment Type
POST Complete Saved Card Payment TypePOST Start Masterpass Payment Type
POST Start Masterpass Payment TypePOST Set Installment on Masterpass Payment Type
POST Set Installment on Masterpass Payment TypePOST Continue on Masterpass Payment Type
POST Continue on Masterpass Payment TypePOST Continue on Masterpass Payment Type
POST Continue on Masterpass Payment TypePOST Start MobilExpress Payment Type
POST Start MobilExpress Payment TypePOST Phone Number Validation on MobilExpress Payment Type
POST Phone Number Validation on MobilExpress Payment TypePOST Continue on Phone Number Validation on MobilExpress Payment Type
POST Continue on Phone Number Validation on MobilExpress Payment TypePOST Set card on MobilExpress Payment Type
POST Set card on MobilExpress Payment TypePOST Set Installment Option on MobilExpress Payment Type
POST Set Installment Option on MobilExpress Payment TypePOST Complete MobilExpress Payment Type
POST Complete MobilExpress Payment TypeLast updated
Was this helpful?

