Skip to main content
POST
Create checkout

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Idempotency-Key
string
required

Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).

Required string length: 1 - 255

Body

quoteId
string
required
enrollmentId
string
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
presentation
object
required

Response

Response for status 200

id
string
required
status
enum<string>
required
Available options:
REQUIRES_ACTION,
PROCESSING,
COMPLETED,
FAILED,
EXPIRED
Example:

"REQUIRES_ACTION"

quoteId
string
required
enrollmentId
string | null
required
nextAction
object
required
amount
object