Skip to main content
POST
Set markup

Authorizations

Authorization
string
header
required

Bearer API key (recommended). Format: Bearer sk_live_<hex>. Send the key directly - no signature, nonce or timestamp. Create/revoke keys in the dashboard or via /partners/me/api-keys. Accepted on the same routes as the HMAC scheme. - API key Bearer (recomendada), aceita nas mesmas rotas que o esquema HMAC.

Body

application/json
markupCashinBps
any

integer (optional). Your markup on cash-in, in basis points (100 = 1%). Send 0 to remove it. Omit to leave the current value untouched. Must be within your cap (see capBps in GET /partners/me/fees), else 422 MARKUP_ABOVE_CAP. - Seu markup no cash-in, em basis points (100 = 1%). 0 remove; omitir preserva o valor atual.

markupCashoutBps
any

integer (optional). Same as markupCashinBps, for cash-out. At least one of the two fields must be sent, else 400 INVALID_MARKUP_BPS. - Igual ao markupCashinBps, para cash-out. Ao menos um dos dois campos e obrigatorio.

Response

200

Default Response