Skip to main content
POST
/
v1
/
payment-intents
Create a payment intent (integrator-facing — keeps your CMS, lets Caratuva run the payment + KYC + off-ramp).
curl --request POST \
  --url https://api.example.com/v1/payment-intents \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Headers

Idempotency-Key
string

Body

application/json

The body is of type object.

Response

201

Payment intent created