Documentation Index
Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 4: Monitor the payment
After accepting the payment and sharing the link with your customer, you need to monitor its progress. Poll the payment status endpoint every 10–30 seconds to track the payment through its lifecycle.Make the request
Useinclude=link to include the payment link in the response, which is useful if you need to reshare it with your customer.
Payment status lifecycle
As the payment progresses, thestatus field will change:
| Status | Meaning |
|---|---|
PENDING | Payment created and accepted, waiting for the remitter to send USDC |
PROCESSING | USDC transfer has been detected on the blockchain and is being processed |
COMPLETE | Payment successfully processed — funds have been credited to your budget |
CANCELLED | Payment processing was cancelled |
EXPIRED | The remitter didn’t complete the transfer before the payment expired |
Expected response (completed)
When the payment has been successfully processed, you’ll seestatus: "COMPLETE":
200 OK
COMPLETE, the converted USD funds are available in your budget.
If a payment expires or fails, you’ll need to create a new payment and accept it again. See Manage stablecoin inbound payments for more details.