5 - Card Owner
Get Card Owner
Creates a new cardholder, registering personal information and linking them to the system for card issuance or management.
Example of requisition:
{
"Method": "GetCardOwner",
"PartnerId": 30326,
"BusinessUnitId": 30326,
"IdentifierCard": "800015485",
"TaxNumber": "59626023821"
}
{
"Success": "true",
"Message": "ISI0001 - Método executado com sucesso",
"OwnerCard": {
"Bank": "237",
"BankBranch": "0408",
"BankAccount": "000000002279",
"BankAccountDigit": "9"
}
}
Field Descripition:
Field | Description | Type | Required |
---|---|---|---|
Method | API method to be invoked. | String | Yes |
PartnerId | Identifier of the partner making the request. | Integer | Yes |
BusinessUnitId | Identifier of the business unit associated with the partner. | Integer | Yes |
IdentifierCard | Unique identifier of the card for which the information is requested. | String | Yes |
TaxNumber | Tax number (e.g., CPF in Brazil) of the card owner. | String | Yes |
Updated 12 days ago