Skip to main content
POST
Confirm a currency conversion for a ready customer account
Confirm a conversion using preview_token + idempotency_key from a prior preview on the same source account_id. Reuse the same idempotency_key after network errors. Request a fresh preview for each new conversion. Guide: Currency conversions.

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Public customer id returned by POST /partner/customers

Example:

"pcus_a1b2c3d4e5f6"

account_id
integer
required

Source account id owned by this customer

Example:

63

Body

application/json
preview_token
string
required

Token from conversions/preview

Minimum string length: 16
idempotency_key
string
required

Partner-stable id; forwarded as upstream unique_reference

Required string length: 8 - 64
Example:

"fx-2026-09-15-001"

Response

Cross-currency conversion submitted

status
enum<string>
required
Available options:
success
message
string
required
data
object