PayNow

CreateCheckoutSessionResponseDto

Response after creating a checkout session

idFlakeIdRequired
tokenstringRequired
The token for the checkout session
urlstringRequired
The URL to redirect the customer to complete checkout
Example
{
  "id": "411486491630370816",
  "token": "string",
  "url": "string"
}