Payments
Create a payment request
post/payments/requests
Request body
Example request
{
"reference": "Invoice #INV0001",
"cart": {
"specificAmount": 1200,
"currency": "EUR"
},
"contactId": 43,
"description": "Shipping Cost for sending bottles to NYC",
"notification": {
"channel": "email",
"text": "Please pay for your yoga class."
},
"configuration": {
"customSuccessUrl": "https://my-company.com/payment-success"
}
}Response
Payment request created.
Example response
{
"id": "6d4ec0b2b48ef803df4103ve",
"url": "https://pay.brevo.com/payment/6d4ec0b2b48ef803df4103ve"
}