Entegrasyon
APIPay
AccountAvailabilityCheck

AccountAvailabilityCheck

Ödeme almak isteyen kullanıcının, PayWithHepsipay ödeme aracını kullanabilir olup olmadığını kontrol eder. Linkleme ve saklı kart sahiplik bilgisi gibi parametreleri döner

Endpoint

/accounts

Method Type

GET

Request Example and Description

Example Request:

https://merchantpfpayment-gateway-qa.hepsipay.com/apipay/accounts?accountKey=905110001111&merchantLinkRelationValue=test%40hepsipay.com

Response Example and Description

Example Response:

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

Description:

OutputNameTypeDescription
HasStoredCardsbooleanKullanıcının saklı kartı var mı?
AlreadyLinkedbooleanKullanıcı daha önce linkleme yapmış mı?