Get payment request details

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Path parameters

idstringRequired
Id of the payment Request

Response

Payment request details
cartobject
Specify the payment currency and amount.
notificationobject

Optional. Use this object if you want to let Brevo send an email to the contact, with the payment request URL. If empty, no notifications (message and reminders) will be sent.

referencestring
Reference of the payment request, it will appear on the payment page.
statusenum
Status of the payment request.
Allowed values:
configurationobject or null
Optional. Redirect contact to a custom success page once payment is successful. If empty the default Brevo page will be displayed once a payment is validated
contactIdlong or null
Brevo ID of the contact requested to pay.
numberOfRemindersSentlong or null
number of reminders sent.

Errors