Kartın üzerindeki bilgiler girildikten sonra ilgili pini sms olarak göndermek için ilgili endpoint ve https metod bilgisi aşağıda verilmiştir.
| HTTP Method | URL |
|---|---|
| POST | /card/sendPinBySms |
| Parametre | Tip | Zorunlu | Açıklama |
|---|---|---|---|
| card_no | string | Evet | Kart Numarası |
| valid_date | string | Evet | Geçerli Tarih |
| cvv | string | Evet | CVV Numarası |
| corelation_id | string | Evet | Korelasyon Id |
| Parametre | Tip | Açıklama |
|---|---|---|
| status | int | İşlem Statüsü |
| code | string | Kod |
| message | string | Mesaj |
| payload | obje | Veri |
| id | int | Id |
| tenantCode | string | Temsilci Kodu |
| tenantCustomerNo | string | Temsilci Müşteri Numarası |
| paycoreCustomerNo | string | Paycore Müşteri Numarası |
| cardNo | string | Kart Numarası |
| clearcardNo | string | Kart Numarasının Açık Hali |
| cvv2 | string | CVV Numarası |
| expiryDate | string | Son Kullanma Tarihi |
| cardStatusId | int | Kart Statü Id |
| customerStatusId | int | Müşteri Durumu Id |
| cardTransactionLimit | decimal | Kart İşlem Limiti |
| cardMonthlyLimit | decimal | Aylık Kart Limiti |
| cardDailyLimit | decimal | Günlük Kart Limiti |
| cardMonthlyLimit_Remaining | decimal | Aylık Kalan Kart Limiti |
| cardDailyLimit_Remaining | decimal | Günlük Kalan Kart Limiti |
| kycLevel | int | KYC Seviyesi |
| kycTopupCashLimit | decimal | KYC Para Yükleme Limiti |
| kycWithdrawLimit | decimal | KYC Para Çekme Limiti |
| kycPaymentLimit | decimal | KYC Ödeme Limiti |
| walletId | string | Cüzdan Id |
| walletNumber | string | Cüzdan Numarası |
| accountTypeId | int | Hesap Tipi Id |
| accountNumber | string | Hesap Numarası |
| createdDateUtc | string | Oluşturulma Tarihi |
| updatedDateUtc | string | Güncellenme Tarihi |
| cardType | string | Kart Tipi |
| cardProvider | string | Kart Sağlayıcısı |
| authEcom | bool | E-Ticaret , Online İşlemler (True: Yapabilir, False: Yapamaz.) |
| authInt | bool | Yurt Dışı Kullanımı (True: Yapabilir, False: Yapamaz.) |
| authMoto | bool | Mail , Telefon veya Posta Yolu ile Alışveriş (True: Yapabilir, False: Yapamaz.) |
| authContactless | bool | Temassız Ödeme (True: Yapabilir, False: Yapamaz.) |
| isBusiness | bool | İşletme Hesabı mı ? (True: Evet, False: Hayır) |
| cardPin | string | Kart Pini |
| cardStatus | int | Kart Durumu |
| customerStatus | int | Müşteri Durumu |
İSTEK (POST) :
{
"card_no": "434610lbvqig0051",
"valid_date": "1027",
"cvv": "750",
"corelation_id": "4000001489104986"
}
YANIT:
{
"status": 0,
"code": "200",
"message": "",
"payload": {
"id": 20705,
"tenantCode": "5",
"tenantCustomerNo": "123123",
"paycoreCustomerNo": "2441172",
"cardNo": "434610lbvqig0051",
"cvv2": "",
"expiryDate": "",
"cardStatusId": 10,
"customerStatusId": 10,
"cardTransactionLimit": 0,
"cardMonthlyLimit": 0,
"cardDailyLimit": 0,
"cardMonthlyLimit_Remaining": 0,
"cardDailyLimit_Remaining": 0,
"kycLevel": null,
"kycTopupCashLimit": 0,
"kycWithdrawLimit": 0,
"kycPaymentLimit": 0,
"walletId": null,
"walletNumber": "123123",
"accountTypeId": null,
"accountNumber": "2441172",
"createdDateUtc": "2022-10-06T08:23:43.9897277Z",
"updatedDateUtc": "2022-10-06T08:23:44.2496025Z",
"cardType": "Virtual",
"cardProvider": null,
"authEcom": true,
"authInt": true,
"authMoto": true,
"authContactless": true,
"isBusiness": false,
"cardPin": null,
"cardStatus": 10,
"customerStatus": 10
}
}