CreatePaymentDTO
The payment to be created.
Properties
The amount of the payment.
currency_code
stringRequiredThe ISO 3 character currency code of the payment.
provider_id
stringRequiredThe associated provider's ID.
data
Record<string, unknown>RequiredThe data necessary for the associated payment provider to process the payment.
payment_session_id
stringRequiredThe ID of the payment session this payment was created from.
payment_collection_id
stringRequiredThe associated payment collection's ID.
cart_id
stringThe associated cart's ID.
order_id
stringThe associated order's ID.
order_edit_id
stringThe associated order edit's ID.
customer_id
stringThe associated customer's ID.
Was this section helpful?