Card
Update MassPay card information
This PUT endpoint is used to update the MassPay card information for a provided user token and wallet token. <br> You can use this endpoint to help your users manage their MassPay card information, including updating their card PIN number or status. <br> To use this endpoint, you need to provide the user_token and wallet_token as parameters in the URL Path, along with the parameters in the request Query, including the card pin number or(and) status. <br> The endpoint will then update the card information for the provided user and wallet token.
put/payout/wallet/{user_token}/{wallet_token}/card
Query parameters
pinstring
Example:0123
New 4 digit pin number for the card (To be used in ATM machines)
status'SUSPEND' | 'UNSUSPEND' | 'CLOSE'
Example:CLOSE
New status for the card
Response
Succesful operation.