SapccApiGetSopPaymentRequestDetailsRequest
Request parameters for getSopPaymentRequestDetails operation in SapccApi. SapccApiGetSopPaymentRequestDetailsRequest
interface SapccApiGetSopPaymentRequestDetailsRequest {
readonly baseSiteId: string;
readonly cartId: string;
readonly extendedMerchantCallback?: boolean;
readonly fields?: string;
readonly responseUrl: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetSopPaymentRequestDetails |
cartId | Required | string | Cart identifier: cart code for logged in user, cart guid for anonymous user, 'current' for the last modified cart {string} SapccApiGetSopPaymentRequestDetails |
extendedMerchantCallback | Optional | boolean | Define which url should be returned {boolean} SapccApiGetSopPaymentRequestDetails |
fields | Optional | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetSopPaymentRequestDetails |
responseUrl | Required | string | The URL that the payment provider uses to return payment information. Possible values for responseUrl include the following: “orderPage_cancelResponseURL”, “orderPage_declineResponseURL”, and “orderPage_receiptResponseURL”. {string} SapccApiGetSopPaymentRequestDetails |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetSopPaymentRequestDetails |