Skip to main content
POST

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion rule belongs to.

Required string length: 14 - 42

Body

application/json

Request to create a new conversion rule.

from
ConversionEndpoint · object
required

Source side. Partners only specify symbol, type, and via here — any address/bank_account supplied is ignored (the inbound is provisioned by autoramp).

to
ConversionEndpoint · object
required

Destination side. Wallet destinations require wallet. Bank destinations require bank_account, carrying either routing details or an account_link_id.

name
string

Optional partner-facing label for the conversion rule.

Required string length: 1 - 128

Response

Successful response

data
ConversionRule · object
required

The newly created conversion rule.