- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createPaymentCollections - Payment Module Reference
This documentation provides a reference to the createPaymentCollections
method. This belongs to the Payment Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead .
createPaymentCollections(data, sharedContext?): Promise<PaymentCollectionDTO[]>#
This method creates payment collections.
Example#
Parameters#
The payment collections to create.
Returns#
Promise
Promise<PaymentCollectionDTO[]>The created payment collections.
Promise
Promise<PaymentCollectionDTO[]>createPaymentCollections(data, sharedContext?): Promise<PaymentCollectionDTO>#
This method creates a payment collection.
Example#
Parameters#
The payment collection to create.
Returns#
Promise
Promise<PaymentCollectionDTO>The created payment collection.
Promise
Promise<PaymentCollectionDTO>Was this page helpful?