Create Debit Card

Create a debit Card

Request
path Parameters
accountId
required
string

account unique identifier associated with the deposit account in the Finzly's CRM system

Request Body schema: application/json
required

Debit card details

cardName
required
string

It is an unique field and only alphabetical characters are allowed.

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

post/v1/debitcard/{accountId}/issueCard
Request samples
application/json
{
  • "cardName": "string"
}
Response samples
application/json
{
  • "accountId": 0,
  • "cardExpiryDate": "02/28/2024",
  • "cardNumber": "329898983",
  • "id": "100",
  • "cardName": "ACB101",
  • "status": "Active"
}