Approve Card Request

Approve a card request created by a cardholder. Optional body parameters can be used to override originally requested values.

This endpoint has changed in comparison to the previous version of the API. The following changes were made:

  • changed the HTTP response code to 202 Accepted and removed the response body, to reflect the asynchronous nature of this endpoint
Path Params
uuid
required

The unique identifier of the card request.

Body Params
uuid
required
approvedTransactionLimit
object
approvedMonthlyLimit
object
deprecated

Use approvedLimit instead.

approvedLimit
object
string
enum
  • DAILY - The card limit is renewed every day
  • WEEKLY - The card limit is renewed every week
  • MONTHLY - The card limit is renewed every calendar month
  • QUARTERLY - The card limit is renewed every calendar quarter
  • ANNUAL - The card limit is renewed every year
  • TOTAL - The card limit is never going to be renewed. After the limit is spent the card cannot be used anymore.
Allowed:
integer

validity period of card up to 36 months

string | null

Available only for virtual cards with a cardConfig containing VIRTUAL or TRAVEL. The maximum length is 40 characters.

string
length between 0 and 200
cardControls
object
Responses

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json