Update Token

Update the expiration date of an existing account token

PATCH https://<PayEngine-host>/api/bank-accounts/:id

Path Parameters

Name
Type
Description

id*

string

Bank Account Token ID

Request Body

Name
Type
Description

expires_at*

string

Bank Account token expiration timestamp

{
    "message": "Card updated"
}
{
    "message": "Bank account updated"
}

Last updated