Create a Payment Session
POST
/store/payment-collections/{id}/sessionsCreate a Payment Session for a payment provider in a Payment Collection.
Request
The ID of the Payment Collection.
The ID of the Payment Provider.
{
"provider_id": "string"
}
Request samples
Responses
A payment collection allows grouping and managing a list of payments at one. This can be helpful when making additional payment for order edits or integrating installment payments.
The payment collection's ID
Description of the payment collection
Amount of the payment collection.
Authorized amount of the payment collection.
The ID of the region this payment collection is associated with.
The ID of the user that created the payment collection.
The date with timezone at which the resource was created.
The date with timezone at which the resource was updated.
The date with timezone at which the resource was deleted.
The type of the payment collection
The type of the payment collection
The three character ISO code for the currency this payment collection is associated with.
An optional key-value map with additional details
Currency
The details of the payments created as part of the payment collection.
A region holds settings specific to a geographical location, including the currency, tax rates, and fulfillment and payment providers. A Region can consist of multiple countries to accomodate common shopping settings across countries.
The details of the payment sessions created as part of the payment collection.