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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the user to update.
Statistics about the user's transaction history with the operator.
Total amount of funds deposited with the operator (in the smallest currency unit).
Total count of deposits made with the operator.
The largest deposit made with the operator (in the smallest currency unit).
Total amount of funds withdrawn from the operator (in the smallest currency unit).
Total count of withdrawals made with the operator.
The largest withdrawal made with the operator (in the smallest currency unit).
Currency associated with the amount
Statistics about the user's account history with the operator.
Total number of orders placed with the operator.
Total number of disputes (incl. chargebacks or returns) associated with the user's account.
Total number of occurences in which the user's account was suspended by the operator.
When the user's account was created with the operator.
The existing transaction limits for the user as approved by other payment processors
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the user to update.
Body
Statistics about the user's transaction history with the operator.
Total amount of funds deposited with the operator (in the smallest currency unit).
Total count of deposits made with the operator.
The largest deposit made with the operator (in the smallest currency unit).
Total amount of funds withdrawn from the operator (in the smallest currency unit).
Total count of withdrawals made with the operator.
The largest withdrawal made with the operator (in the smallest currency unit).
Currency associated with the amount
USD
Statistics about the user's account history with the operator.
Total number of orders placed with the operator.
Total number of disputes (incl. chargebacks or returns) associated with the user's account.
Total number of occurences in which the user's account was suspended by the operator.
When the user's account was created with the operator.
The existing transaction limits for the user as approved by other payment processors