POST - Activate Card (Physical)
Activates the physical card identified by the cardId path parameter.
Activate card
End point
https://api.up.money/cards/activate/{cardid}Headers
Path Parameters
cardId (required)
string ^[0-9]+$
Body Parameters
activationCode (required)
string <= 6 characters ^[0-9]+$
The code, set up when upgrading the card, that allows the physical card to be activated.
Sample Request
Sample Response
Response Status
200 Success
401 Unauthorized - Your credentials or access token are invalid.
404 Not found - The requested resource couldn't be found.
429 Too many requests.
500 Internal Server Error - There is a problem with the server. Please try again later.
503 Service Unavailable - We're temporarily offline for maintenance. Please try again later.
E-nums
STEP_UP_REQUIRED
Current session is expired, Call stepup api to create new session
ACCESS_TOKEN_REQUIRED
Issue with your token (Invalid or expired)
Last updated