v1
latestOpenAPI 3.0.32026-07-2455445.8 KBCheckout Session
Review Session
API to retrieve the data related to the card selected by the consumer in the Paze checkout UX, such as the consumer name, masked card, and shipping address, to display on a confirmation screen, if the merchant desires to do so.
post/v1/checkout/sessions/review
Request body
Response
Successfully received complete call for transaction
Example response
{
"data": {
"maskedCard": {
"billingAddress": {
"name": "someone",
"line1": "lane x",
"city": "newyork city",
"state": "NY",
"zip": "60172"
}
}
}
}