C2B (Customer-to-Business) Callbacks
Receive a signed notification when a customer payment reaches its final state. The callback is sent to thenotifyUrl you supplied in the initiate-payment request.
Payload Format
Field Reference
Callbacks are only sent for final states. There is no
pending callback — a transaction that never completes eventually produces an expired callback.Verify, Then Process
Always verify the Ed25519 signature before trusting the payload — see Signature Verification for complete verification code in Node.js, Python, and Go. The examples below assumeverifyCallback / verify_callback from that page.
- Node.js
- Python
- Go
