Skip to content
OpenPostDocs
OpenPostDocs
Billing

Confirm and consume a billing checkout return

GET/billing/checkout/{attempt_id}/return

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

attempt_id*string

Opaque OpenPost checkout attempt ID

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/billing/checkout/string/return"
{  "$schema": "https://example.com/api/v1/schemas/ConsumeBillingCheckoutReturnOutputBody.json",  "consumed": true,  "return_path": "string",  "status": "pending"}