Payments
Get payment request details
get/payments/requests/{id}
Path parameters
idstring required
Id of the payment Request
Response
Payment request details
Example response
{
"reference": "Invoice #INV0001\n",
"notification": {
"channel": "email",
"text": "Please pay for your yoga class."
},
"configuration": {
"customSuccessUrl": "https://my-company.com/payment-success"
},
"contactId": 43,
"cart": {
"specificAmount": 1200,
"currency": "EUR"
},
"status": "paid",
"numberOfRemindersSent": 5
}