Payments
Create payment
Create a single payment to charge an invoice.
post/payments
Request body
Example request
{
"amount": "100.00",
"customer_id": "00000000-0000-0000-0000-000000000000",
"idempotency_key": "00000000-0000-0000-0000-000000000000",
"invoice_id": "00000000-0000-0000-0000-000000000000",
"payment_date": "2025-01-01T00:00:000Z",
"payment_method_id": "00000000-0000-0000-0000-000000000000"
}Response
Payment is being processed!
string required