Experimental
ExperimentalPayment Flows
ModelsExpand Collapse
PaymentFlow = object { id, created, external_id, 5 more } Payment flow object.
Payment flow object.
FRAGMENT generated unique ID.
Timestamp when the payment flow was created.
User-provided unique external ID.
invoice: object { id, external_id } Invoice being settled.
Invoice being settled.
Invoice identifier.
Invoice external ID.
Timestamp when the payment flow was last modified.
payment_plan: object { batches, generated_at, invoice_id, version } Payment plan for UI rendering.
Payment plan for UI rendering.
batches: array of object { batch_id, depends_on, label, 2 more } Payment batches.
Payment batches.
Batch identifier.
Batches this one depends on.
Human-readable batch label.
payments: array of object { amount, currency, direction, 3 more } Payments in this batch.
Payments in this batch.
Amount in smallest currency unit.
Currency code.
Direction of the payment.
FRAGMENT generated unique ID.
Status of the payment.
user: object { id, external_id } User associated with the payment.
User associated with the payment.
FRAGMENT generated unique ID.
User-provided unique ID.
Batch status.
When the plan was generated.
Invoice identifier.
Plan version.
Status of the payment flow.
Type of payment flow.
ExperimentalPayments
ModelsExpand Collapse
Payment = object { id, amount, created, 8 more } Payment object.
Payment object.
FRAGMENT generated unique ID.
Amount in smallest currency unit.
Timestamp when the payment was created.
Currency code.
Direction of the payment.
Timestamp when the payment was last modified.
Payment account ID.
Payment flow ID.
Status of the payment.
Associated transaction IDs.
User-provided unique ID when the payment was created with one.