You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
getSopPaymentRequest
Returns the necessary information for creating a subscription that contacts the payment provider directly. This information contains the payment provider URL and a list of parameters that are needed to create the subscription.
Signature
export declare function getSopPaymentRequest(
context: SapccIntegrationContext,
props: GetSopPaymentRequestProps
): Promise<PaymentRequest>;Parameters
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | SapccIntegrationContext | |
props | Required | GetSopPaymentRequestProps |
Referenced Types
- SapccIntegrationContext
- GetSopPaymentRequestProps
PaymentRequest