POST | /Initiate |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Credentials | body | RequestorCredentials | No | |
CardNumberInfo | body | Card | No | |
ExpirationDate | body | string | No | |
Amount | body | int | No | |
CurrencyCode | body | string | No | |
TransType | body | EBTIntiateTransStatus | 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 |
---|---|---|---|---|
CardDataType | form | CardInfoType | No | |
CardNumberData | form | string | No | |
KeyID | form | string | No |
CardNumber | |
Token | |
Track | |
EMV | |
Encrypted | |
DPAN | |
ApplePay | |
GooglePay | |
SamsungPay | |
CPToken | |
EncryptedEnhanced | |
EncryptedJWE |
eCommerce | |
EBT | |
MoneyTransfer | |
WIC |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TranId | form | string | No | |
ErrorMessage | form | string | No | |
ErrorCode | form | string | No | |
AccuId | form | string | 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 |
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 /Initiate 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
},
CardNumberInfo:
{
CardDataType: CardNumber,
CardNumberData: String,
KeyID: String
},
ExpirationDate: String,
Amount: 0,
CurrencyCode: String,
TransType: eCommerce
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { TranId: String, ErrorMessage: String, ErrorCode: String, AccuId: 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 } } }