Skip to main content
Skip to main content

PaymentCollectionsResource

payment-collections.PaymentCollectionsResource

Methods

authorizePaymentSession

authorizePaymentSession(id, session_id, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>

Parameters

idstringRequired
session_idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsRes>


authorizePaymentSessionsBatch

authorizePaymentSessionsBatch(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>

Parameters

idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsRes>


managePaymentSession

managePaymentSession(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>

Parameters

idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsRes>


managePaymentSessionsBatch

managePaymentSessionsBatch(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>

Parameters

idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsRes>


refreshPaymentSession

refreshPaymentSession(id, session_id, customHeaders?): ResponsePromise<StorePaymentCollectionsSessionRes>

Parameters

idstringRequired
session_idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsSessionRes>


retrieve

retrieve(id, query?, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>

Parameters

idstringRequired
customHeadersRecord<string, any>Required

Default: `{}`

Returns

ResponsePromise<StorePaymentCollectionsRes>

Was this section helpful?