Entegrasyon
APIPay
Account Link OTP Validate

Account Link OTP Validate

Verify servisi ile başlatılan hesap linklemesi sürecini onaylama servisidir. Son kullanıcıya iletilen OTP kodu ile çalışır.

Endpoint

/accounts/validateotp

Method Type

POST

Request Example and Description

Example Request:

{
    "otpIdReference": "664847332B385141312B394C7A377778484B69556E7467544E6F443263425A73646757326A554464726C553D",
    "otpCode": "111111"
}
 

Description:

InputNameTypeRequiredDescription
otpIdReferencestringOTP validasyonu için işlem Id bilgisi (/Accounts/verify requestinden dönülen bilgi)
otpCodebooleanSMS ile iletilen OTP kodu

Response Example and Description

Example Response:

{
    "Success": true,
    "MessageCode": "0000",
    "Message": "İşlem Başarıyla Gerçekleştirildi.",
    "UserMessageTitle": null,
    "UserMessage": "İşlem Başarıyla Gerçekleştirildi."
}