Checkout Session
Create Session
Enables merchant to create the session/context needed for a native mobile checkout experience. This will return a URL that can be launched in a webView by the merchant for a Paze checkout.
post/v1/checkout/sessions/create
Request body
Example request
{
"data": {
"cobrand": [
{
"name": "essential",
"benefitsOffered": true
}
]
}
}Response
Successfully located a wallet for the provided identity key
Changes
No recorded changes to this endpoint across all 1 revision of this API.