Skip to main content

CheckoutSessionMetaInfo

createdAtstring<date-time>

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
expiresAtstring<date-time>

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
paymentBoundAtstring<date-time>

Represents RFC 3339, section 5.6 date-time.

Example: 2021-07-15T17:54:12Z
statusCheckoutSessionStatus (string)

Possible values: [CREATED, SENDER_BOUND, PAYMENT_BOUND, COMPLETED, EXPIRED, CANCELLED]

brandstring

The brand of the recipient

redirectUrlstring

The url where the wallet checkout flow starts

walletCheckoutPageUrlstring

Thr url where the user is being redirected after login

CheckoutSessionMetaInfo
{
"createdAt": "2021-07-15T17:54:12Z",
"expiresAt": "2021-07-15T17:54:12Z",
"paymentBoundAt": "2021-07-15T17:54:12Z",
"status": "CREATED",
"brand": "string",
"redirectUrl": "string",
"walletCheckoutPageUrl": "string"
}