Skip to main content
This endpoint supports two modes:
  • Checkout: send order_code referencing a pre-created order. No KYC/KYB required.
  • Financial transaction: send full payment parameters with executor_id: api_transaction. KYC/KYB applies to fiat methods (not pure crypto).
1

Create a payment intent

Registering a Payment Intention

Request Body

The on-ramp feature is not available for receiving payments via PIX. It can only be used for user-initiated payments. Incoming payment requests must set on_ramp = false.
Each enabled entry in payment_method_allowed requires the matching product flag on your deployment (crypto, pix, credit_card). Check GET /config/products with your API key.
2

Example Request

3

Expected Response