user
Update a user
Share a user’s transaction history with Push. Integrating this endpoint is a pre-requisite for Push to approve requests to increase a user’s transaction limits.
PUT
/
user
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the user to update.
Body
application/json
transaction_history
object
requiredStatistics about the user's transaction history with the operator.
account_history
object
requiredStatistics about the user's account history with the operator.