Operations addressed under /card — 2 operations.
Activate Prepaid Card
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the activate-prepaid-card service definition through POST /card/activate-prepaid-card.
Turkish display name: Ön Ödemeli Kartı Etkinleştir
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<ActivatePrepaidCardDto>.
| Field | Declared type | Nullable |
|---|---|---|
ResponseCode | string | no |
ResponseMessage | string | no |
Member names are the service's declaration names.
Activate Prepaid Card › Request Body
name1surnamebarcodecardTokenemailidentityNumberidentityTypemobilePhoneNumbername2Activate Prepaid Card › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
Create Virtual Card
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the create-virtual-card service definition through POST /card/create-virtual-card.
Turkish display name: Sanal Kart Oluştur
Response body, read from the service source
The route declares its response as ExternalServiceResultDto<CreateVirtualCardDto>.
| Field | Declared type | Nullable |
|---|---|---|
CardToken | string | no |
MaskedCardNumber | string | no |
EncryptedCardNumber | string | no |
EncryptedCvv | string | no |
ExpiryDate | string | no |
Barcode | string | no |
CardStatusCode | string | no |
ResponseCode | string | no |
ResponseMessage | string | no |
Member names are the service's declaration names.
Create Virtual Card › Request Body
prepaidFirmNumberproductNumbersubProductNumbersubProductNameCreate Virtual Card › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.