PaySecure Pinless Web Services 2023:07:03:07

<back to all web services

PSBINCheckRequest

The following routes are available for this service:
POST/PSBINCheck
PSBINCheckRequest Parameters:
NameParameterData TypeRequiredDescription
CredentialsbodyRequestorCredentialsNo
BINbodystringNo
RequestorCredentials Parameters:
NameParameterData TypeRequiredDescription
MerchantIdformstringYes
UserNameformstringYes
PasswordformstringYes
VersionformstringYes
PSBINCheck Parameters:
NameParameterData TypeRequiredDescription
BINformstringNo
InternetPinDebitformboolNo
EcomEBTSNAPformboolNo
EcomEBTCashformboolNo
POSFlagformboolNo
PinlessEcommerceformboolNo
PinlessBillPayformboolNo
OnDemandPaymentCreditformboolNo
OnDemandPaymentDebitformboolNo
PinlessA2ACreditformboolNo
PinlessA2ADebitformboolNo
PinlessPrePaidLoadformboolNo
DualMessageformboolNo
RecurringformboolNo
CardVerifyformboolNo
POSPinlessDualMessageFlagformboolNo
ErrorMessageformstringNo
ErrorCodeformstringNo
OTPformboolNo
FastFundsformstringNo
IncrementalAuthformboolNo
CardDesignationformstringNo
PaysecureVersion Parameters:
NameParameterData TypeRequiredDescription
LocalDateTimeformstringNo
TokenformstringNo
ExtendedDataformExtendedResponseNo
PaysecureResponseInternal Parameters:
NameParameterData TypeRequiredDescription
TimestampsformRequestTimestampsNo
RequestTimestamps Parameters:
NameParameterData TypeRequiredDescription
AppLayerformInOutTimesNo
ParentLookupformInOutTimesNo
RetryLookupformInOutTimesNo
GetCardDataformInOutTimesNo
CardTokenizeformInOutTimesNo
CardEncryptformInOutTimesNo
DBInsertformInOutTimesNo
BackendProcessformInOutTimesNo
DBUpdateformInOutTimesNo
ParentUpdateformInOutTimesNo
NetworkformInOutTimesNo
ExtendedResponse Parameters:
NameParameterData TypeRequiredDescription
CardAccountUpdaterformCardAccountUpdaterDescriptorNo
ProductIdformstringNo
NetworkResponseCodeformstringNo
NetworkTransactionIdformstringNo
CardAccountUpdaterDescriptor Parameters:
NameParameterData TypeRequiredDescription
CardDataTypeformCardInfoTypeNo
CardNumberInfoformstringNo
ExpiryDateformstringNo
StatusformstringNo
ErrorCodeformstringNo
CardTokenformstringNo
CardInfoType Enum:
CardNumber
Token
Track
EMV
Encrypted
DPAN
ApplePay
GooglePay
SamsungPay
CPToken
EncryptedEnhanced
EncryptedJWE

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /PSBINCheck HTTP/1.1 
Host: api.paysecure.acculynk.net 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"Credentials":{"MerchantId":"String","UserName":"String","Password":"String","Version":"String"},"BIN":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"BIN":"String","InternetPinDebit":false,"EcomEBTSNAP":false,"EcomEBTCash":false,"POSFlag":false,"PinlessEcommerce":false,"PinlessBillPay":false,"OnDemandPaymentCredit":false,"OnDemandPaymentDebit":false,"PinlessA2ACredit":false,"PinlessA2ADebit":false,"PinlessPrePaidLoad":false,"DualMessage":false,"Recurring":false,"CardVerify":false,"POSPinlessDualMessageFlag":false,"ErrorMessage":"String","ErrorCode":"String","OTP":false,"FastFunds":"String","IncrementalAuth":false,"CardDesignation":"String","LocalDateTime":"String","Token":"String","ExtendedData":{"CardAccountUpdater":{"CardDataType":"CardNumber","CardNumberInfo":"String","ExpiryDate":"String","Status":"String","ErrorCode":"String","CardToken":"String"},"ProductId":"String","NetworkResponseCode":"String","NetworkTransactionId":"String"},"Timestamps":{"AppLayer":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"ParentLookup":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"RetryLookup":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"GetCardData":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"CardTokenize":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"CardEncrypt":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"DBInsert":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"BackendProcess":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"DBUpdate":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"ParentUpdate":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"},"Network":{"InTime":"\/Date(-62135596800000-0000)\/","OutTime":"\/Date(-62135596800000-0000)\/"}}}