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