Cellulant · Arazzo Workflow
Cellulant Express Checkout and Poll Status
Version 1.0.0
Authenticate, raise a Tingg Express Checkout, then poll the request status until the payment settles.
View Spec
View on GitHub
PaymentsMobile MoneyCheckoutPayoutsDisbursementAfricaPan-AfricanFintechBank TransferCardsAirtimeBill PaymentSMSOTPTinggArazzoWorkflows
Provider
Workflows
express-checkout-and-poll-status
Create an Express Checkout session and poll until payment status is resolved.
Issues an access token, creates a hosted Express Checkout returning the customer payment URLs, and repeatedly queries the request status until a payment is reported.
1
authenticate
requestAccessToken
Exchange the client credentials for a bearer access token used to authorize the checkout calls.
2
createCheckout
createExpressCheckout
Create a hosted Express Checkout session and return the short and long URLs the customer uses to pay.
3
pollStatus
queryRequestStatus
Query the status of the checkout request by merchant_transaction_id. Repeat this step while the request remains in flight; branch to the end once a payment is reported.