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:
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.