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
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | SapccIntegrationContext | |
props | Required | GetSopPaymentResponseProps |