v1
latestOpenAPI 3.0.12026-07-24204977.5 KBAccount Linking
Exchange an auth code for a payment token
Validates the one-time auth code issued after the user completes the ShopBack consent flow and returns a reusable payment token scoped to the merchant channel.
post/tokenized-payment/v1/link-sessions/token
Request body
Example request
{
"code": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
}Response
Example response
{
"paymentToken": "aBcD1234eFgH5678iJkL9012mNoP3456"
}