Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

getSopPaymentResponse

Returns information related to creating subscription request results. If there is no response from the payment provider, a "202 Accepted" status is returned. If the subscription is created successfully, the payment details are returned.

Signature

export declare function getSopPaymentResponse(
	context: SapccIntegrationContext,
	props: GetSopPaymentResponseProps
): Promise<PaymentDetails>;

Parameters

NameRequiredTypeDescription
contextRequiredSapccIntegrationContext
propsRequiredGetSopPaymentResponseProps

Referenced Types

On this page