POST | /ACHDebit |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Credentials | body | RequestorCredentials | No | |
ACHToken | body | ACHTokenDescriptor | No | |
Amount | body | int | No | |
ReferenceKey | body | string | No | |
Custom1 | body | string | No | |
Custom2 | body | string | No | |
Custom3 | body | string | No | |
Custom4 | body | string | No | |
Custom5 | body | string | No | |
SignatureHash | body | string | No | |
CurrencyCode | body | string | No | |
ExtendedData | body | ACHExtendedData | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
MerchantId | form | string | Yes | |
UserName | form | string | Yes | |
Password | form | string | Yes | |
Version | form | string | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ACHTokenType | form | ACHType | No | |
ACHTokenData | form | string | No |
Token | |
CPToken |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CashbackAmount | form | int | No | |
ConnectPaySubScriberId | form | string | No | |
OrganizationId | form | string | No | |
DeviceFingerPrint | form | string | No | |
MerchantSessionId | form | string | No | |
CurrencyCode | form | string | No | |
PaymentType | form | string | No | |
VerifyCustomer | form | bool | No | |
CustomerExternalId | form | string | No | |
Description | form | string | No | |
CustomerName | form | string | No | |
AddressLine1 | form | string | No | |
AddressLine2 | form | string | No | |
City | form | string | No | |
State | form | string | No | |
Zip | form | string | No | |
Country | form | string | No | |
form | string | No | ||
TelephoneNumber | form | string | No | |
ReturnUrl | form | string | No | |
CancelUrl | form | string | No | |
EstablishData | form | string | No | |
RedirectUrl | form | string | No | |
RetryAttemptCount | form | int | No | |
SignatureHashVersion | form | string | No | |
DeadlineHashDate | form | DateTime? | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TranId | form | string | No | |
ApprovalCode | form | string | No | |
ResponseCode | form | string | No | |
Network | form | string | No | |
ApprovedAmount | form | int | No | |
ErrorMessage | form | string | No | |
ErrorCode | form | string | No | |
AchProviderDetails | form | AchProviderResponse | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
LocalDateTime | form | string | No | |
ExtendedData | form | ACHExtendedDataResponse | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Timestamps | form | RequestTimestamps | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AppLayer | form | InOutTimes | No | |
ParentLookup | form | InOutTimes | No | |
RetryLookup | form | InOutTimes | No | |
GetCardData | form | InOutTimes | No | |
CardTokenize | form | InOutTimes | No | |
CardEncrypt | form | InOutTimes | No | |
DBInsert | form | InOutTimes | No | |
BackendProcess | form | InOutTimes | No | |
DBUpdate | form | InOutTimes | No | |
ParentUpdate | form | InOutTimes | No | |
Network | form | InOutTimes | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
NetworkResponseCode | form | string | No | |
NetworkErrorCode | form | string | No | |
DeclineReferenceCode | form | string | No | |
NetworkTransactionId | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
NetworkResponseCode | form | string | No | |
TransactionStatusCode | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /ACHDebit HTTP/1.1
Host: api.paysecure.acculynk.net
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
Credentials:
{
MerchantId: String,
UserName: String,
Password: String,
Version: String
},
ACHToken:
{
ACHTokenType: Token,
ACHTokenData: String
},
Amount: 0,
ReferenceKey: String,
Custom1: String,
Custom2: String,
Custom3: String,
Custom4: String,
Custom5: String,
SignatureHash: String,
CurrencyCode: 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: 0001-01-01
}
}
HTTP/1.1 200 OK Content-Type: text/jsv 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: 0001-01-01, OutTime: 0001-01-01 }, ParentLookup: { InTime: 0001-01-01, OutTime: 0001-01-01 }, RetryLookup: { InTime: 0001-01-01, OutTime: 0001-01-01 }, GetCardData: { InTime: 0001-01-01, OutTime: 0001-01-01 }, CardTokenize: { InTime: 0001-01-01, OutTime: 0001-01-01 }, CardEncrypt: { InTime: 0001-01-01, OutTime: 0001-01-01 }, DBInsert: { InTime: 0001-01-01, OutTime: 0001-01-01 }, BackendProcess: { InTime: 0001-01-01, OutTime: 0001-01-01 }, DBUpdate: { InTime: 0001-01-01, OutTime: 0001-01-01 }, ParentUpdate: { InTime: 0001-01-01, OutTime: 0001-01-01 }, Network: { InTime: 0001-01-01, OutTime: 0001-01-01 } } }