Status of payment requests
Once you've sent a payment request to your customer, you can check the status of the request by either calling one of two APIs or by setting yourself up for webhook notifications
Retrieve a single SmartRequest specific to a participant
To understand the status a payment request you can GET a request associated to a Participant.
This information is also available via a Webhook Notification.
Scope - smartrequests
Refer to the API reference for further information on retrieving a participant details
Retrieve all SmartRequests specific to a participant
To understand the status all payment requests you can GET all request associated to a Participant.
This information is also available via a Webhook Notification.
Scope - smartrequests
Refer to the API reference for further information on retrieving participants associated with a user
Updated 5 months ago
Whatβs Next