PaySecure Pinless Web Services 2023:07:03:07

<back to all web services

AchPreAuthorizeRequest

The following routes are available for this service:
POST/ACHPreAuthorize
AchPreAuthorizeRequest Parameters:
NameParameterData TypeRequiredDescription
CredentialsbodyRequestorCredentialsNo
ACHTokenbodyACHTokenDescriptorNo
AmountbodyintNo
ReferenceKeybodystringNo
CurrencyCodebodystringNo
Custom1bodystringNo
Custom2bodystringNo
Custom3bodystringNo
Custom4bodystringNo
Custom5bodystringNo
SignatureHashbodystringNo
ExtendedDatabodyACHExtendedDataNo
RecurringPaymentbodyRecurringPaymentTypeNo
RequestorCredentials Parameters:
NameParameterData TypeRequiredDescription
MerchantIdformstringYes
UserNameformstringYes
PasswordformstringYes
VersionformstringYes
ACHTokenDescriptor Parameters:
NameParameterData TypeRequiredDescription
ACHTokenTypeformACHTypeNo
ACHTokenDataformstringNo
ACHType Enum:
Token
CPToken
ACHExtendedData Parameters:
NameParameterData TypeRequiredDescription
CashbackAmountformintNo
ConnectPaySubScriberIdformstringNo
OrganizationIdformstringNo
DeviceFingerPrintformstringNo
MerchantSessionIdformstringNo
CurrencyCodeformstringNo
PaymentTypeformstringNo
VerifyCustomerformboolNo
CustomerExternalIdformstringNo
DescriptionformstringNo
CustomerNameformstringNo
AddressLine1formstringNo
AddressLine2formstringNo
CityformstringNo
StateformstringNo
ZipformstringNo
CountryformstringNo
EmailformstringNo
TelephoneNumberformstringNo
ReturnUrlformstringNo
CancelUrlformstringNo
EstablishDataformstringNo
RedirectUrlformstringNo
RetryAttemptCountformintNo
SignatureHashVersionformstringNo
DeadlineHashDateformDateTime?No
RecurringPaymentType Enum:
Single
Recurring
AchPreAuthorize Parameters:
NameParameterData TypeRequiredDescription
TranIdformstringNo
ApprovalCodeformstringNo
ResponseCodeformstringNo
NetworkformstringNo
ApprovedAmountformintNo
ErrorMessageformstringNo
ErrorCodeformstringNo
AchProviderDetailsformAchProviderResponseNo
AchPaysecureVersion Parameters:
NameParameterData TypeRequiredDescription
LocalDateTimeformstringNo
ExtendedDataformACHExtendedDataResponseNo
PaysecureResponseInternal Parameters:
NameParameterData TypeRequiredDescription
TimestampsformRequestTimestampsNo
RequestTimestamps Parameters:
NameParameterData TypeRequiredDescription
AppLayerformInOutTimesNo
ParentLookupformInOutTimesNo
RetryLookupformInOutTimesNo
GetCardDataformInOutTimesNo
CardTokenizeformInOutTimesNo
CardEncryptformInOutTimesNo
DBInsertformInOutTimesNo
BackendProcessformInOutTimesNo
DBUpdateformInOutTimesNo
ParentUpdateformInOutTimesNo
NetworkformInOutTimesNo
ACHExtendedDataResponse Parameters:
NameParameterData TypeRequiredDescription
NetworkResponseCodeformstringNo
NetworkErrorCodeformstringNo
DeclineReferenceCodeformstringNo
NetworkTransactionIdformstringNo
AchProviderResponse Parameters:
NameParameterData TypeRequiredDescription
NetworkResponseCodeformstringNo
TransactionStatusCodeformintNo

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /ACHPreAuthorize HTTP/1.1 
Host: api.paysecure.acculynk.net 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"Credentials":{"MerchantId":"String","UserName":"String","Password":"String","Version":"String"},"ACHToken":{"ACHTokenType":"Token","ACHTokenData":"String"},"Amount":0,"ReferenceKey":"String","CurrencyCode":"String","Custom1":"String","Custom2":"String","Custom3":"String","Custom4":"String","Custom5":"String","SignatureHash":"String","ExtendedData":{"CashbackAmount":0,"ConnectPaySubScriberId":"String","OrganizationId":"String","DeviceFingerPrint":"String","MerchantSessionId":"String","CurrencyCode":"String","PaymentType":"String","VerifyCustomer":false,"CustomerExternalId":"String","Description":"String","CustomerName":"String","AddressLine1":"String","AddressLine2":"String","City":"String","State":"String","Zip":"String","Country":"String","Email":"String","TelephoneNumber":"String","ReturnUrl":"String","CancelUrl":"String","EstablishData":"String","RedirectUrl":"String","RetryAttemptCount":0,"SignatureHashVersion":"String","DeadlineHashDate":"\/Date(-62135596800000-0000)\/"},"RecurringPayment":"Single"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"TranId":"String","ApprovalCode":"String","ResponseCode":"String","Network":"String","ApprovedAmount":0,"ErrorMessage":"String","ErrorCode":"String","AchProviderDetails":{"NetworkResponseCode":"String","TransactionStatusCode":0},"LocalDateTime":"String","ExtendedData":{"NetworkResponseCode":"String","NetworkErrorCode":"String","DeclineReferenceCode":"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)\/"}}}