Cellulant · Arazzo Workflow
Cellulant Checkout, Poll, and Acknowledge
Version 1.0.0
Raise an Express Checkout, poll status until paid, then acknowledge delivery back to the platform.
View Spec
View on GitHub
PaymentsMobile MoneyCheckoutPayoutsDisbursementAfricaPan-AfricanFintechBank TransferCardsAirtimeBill PaymentSMSOTPTinggArazzoWorkflows
Provider
Workflows
checkout-poll-and-acknowledge
Create a checkout, wait for payment, then acknowledge it back to Tingg.
Authenticates, raises an Express Checkout, polls until a payment settles, and acknowledges the delivered status to the platform.
1
authenticate
requestAccessToken
Exchange the client credentials for a bearer access token used to authorize the subsequent calls.
2
createCheckout
createExpressCheckout
Create a hosted Express Checkout session for the customer to pay.
3
pollStatus
queryRequestStatus
Query the request status by merchant_transaction_id, repeating while the request is in flight, until a payment is reported.
4
acknowledge
acknowledgePayment
Send the delivered status back to the platform so settlement can proceed. Use status_code 183 for a successful delivery.