PaymentCollectionsResource
payment-collections.PaymentCollectionsResource
Methods
authorizePaymentSession
authorizePaymentSession(id, session_id, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>
Parameters
idstringRequiredsession_idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsRes>
authorizePaymentSessionsBatch
authorizePaymentSessionsBatch(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>
Parameters
idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsRes>
managePaymentSession
managePaymentSession(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>
Parameters
idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsRes>
managePaymentSessionsBatch
managePaymentSessionsBatch(id, payload, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>
Parameters
idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsRes>
refreshPaymentSession
refreshPaymentSession(id, session_id, customHeaders?): ResponsePromise<StorePaymentCollectionsSessionRes>
Parameters
idstringRequiredsession_idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsSessionRes>
retrieve
retrieve(id, query?, customHeaders?): ResponsePromise<StorePaymentCollectionsRes>
Parameters
idstringRequiredcustomHeadersRecord<string, any>RequiredDefault: `{}`
Returns
ResponsePromise<StorePaymentCollectionsRes>