Skip to main content
POST
Activate deposit method

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

Public identifier of the account for which the deposit method will be activated.

Required string length: 1 - 64
method_id
string<uuid>
required

Deposit funding method identifier returned by the deposit-methods endpoint.

Response

Deposit method activation accepted. Activation may still be pending.