Store user attributes

This POST endpoint is used to store user attributes, allowing you to associate additional data with a user token.
To use this endpoint, you need to provide the user_token, destination_token, and currency as parameters in the URL Path. You also need to provide the attribute values as JSON parameters in the Request body.
If existing attributes are already stored for the user, this call will override their values.

Log in to see full request history
Path Params
string
required

Token representing the user to store attributes for

string
required

Token that represents the payout destination i.e. MassPay->Brazil->Bank Deposit->Itau. To be retrieved from the #pricing callback.

string
required
length between 3 and 4

The destination currency sending funds to. Using ISO 4217 format.

Body Params

Attr parameters to store

values
array of objects
required
values*
string

The token that represents a set of attributes for a specific payer. Optional, specify the value if you're trying to update a value of a specific attributes set.

Headers
string

Unique key to prevent duplicate processing

Responses

Language
Credentials
URL