# Add Card **POST /bank-card** Add new client's bank card using its JWT. ## Servers - http://63.141.232.244:25540/v0: http://63.141.232.244:25540/v0 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **card_number** (string) Bank card number - **cardholder_name** (string) Owner of the card - **expires_at** (string(date)) Card's expiration date - **cvv** (string) CVC/CVV ## Responses ### 200 Successful adding of a new card. #### Body: application/json (object) - **success** (boolean) Whether card was added - **bank_card** (object) ### 400 Validation error of given input. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (array[object]) ### 401 User is not unauthorized or permissions are missing. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message ### 429 Rate limit exceeded - 100 queries per 15 minutes. #### Body: application/json (object) - **success** (boolean) Whether query is successful - **error** (string) Error message [Powered by Bump.sh](https://bump.sh)