Skip to main content

CarteRequestDto

Card order request details

clientIdstring

Client identifier

Example: 12345
productTypestring

Card product type code

Example: 0302
accountLinkedstring

Account associated with the card

Example: 123456789
renewalOptionstring

Card renewal option

Example: true
withdrawalAgencystring

Agency for withdrawal

Example: 0002
billingAccountstring

Billing account

Example: 9876543210
CarteRequestDto
{
"clientId": "12345",
"productType": "0302",
"accountLinked": "123456789",
"renewalOption": "true",
"withdrawalAgency": "0002",
"billingAccount": "9876543210"
}