- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
CreatePaymentSessionStepInput
The data to create a payment session.
payment_collection_id
stringThe ID of the payment collection that the session belongs to.
provider_id
stringThe ID of the payment provider that the payment session is associated with.
amount
BigNumberInputThe payment session's amount.
amount
BigNumberInputcurrency_code
stringThe currency code of the payment session.
Additional context that's useful for the payment provider to process the payment session.
data
Record<string, unknown>OptionalCustom data relevant for the payment provider to process the payment session.
Learn more in this documentation.
Was this page helpful?