Payments

Create payment

Create a single payment to charge an invoice.

post/payments

Request body

amountstring
customer_idstring
idempotency_keystring
invoice_idstring
payment_datestring
payment_method'card' | 'standard_ach'

@enum card,standard_ach

payment_method_idstring

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