POST
/
user_banks
/
{user_bank_id}
/
archive
curl --request POST \
  --url https://api.useswift.dev/user_banks/{user_bank_id}/archive \
  --header 'Authorization: Bearer <token>'
{
  "account_number": "12345678",
  "account_holder_type": "individual",
  "bank_account_type": "checking",
  "created_at": "2024-01-31T23:59:59Z",
  "id": "user_bank_vjb43lkAdf934jb13Df93",
  "is_rtp_enabled": true,
  "is_rtp_rfp_enabled": true,
  "routing_number": "12345678",
  "status": "active",
  "user_id": "user_vjb43lkAdf934jb13Df93",
  "verification_status": "verified"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_bank_id
string
required

The identifier of the User Bank Account to archive.

Response

200
application/json

User Bank

User Banks represent bank accounts linked to a User.