Supported Transaction Types
Authorisation
Capture
Purchase
Refund
Void
Integrations Supported
Deposit:
Refund:
Currencies & Countries Supported
Title | Description |
|---|---|
Currencies Supported | Several Currencies are supported |
Additional Parameters Required for Deposit
Depending on the integration type being used, these are the additional parameters required
Description | Hosted Payment Page | Direct Connect |
|---|---|---|
Force Transaction Routing | "Routing": { "ForceBank": "COINFLOW" }, | "Routing": { "ForceBank": "COINFLOW" }, |
Client Information | "Client":{ "FirstName": "APCO", "LastName": "Test", "MobileNo": "77777777", "Profile": "termsandconditions", "DateOfBirth": "1900-12-12", "City": "Virtu", "Street": "Street", "IPAddress": "212.152.12.12", "Country": "USA", "Email": "apcopayintegrations@apcopay.com", "State": "CO", "ZIPCode": "99999" } | "Client": { "FirstName": "Apco", "LastName": "Test", "Email": "apcotest@test.com", "IPAddress": "192.168.0.1", "ZIPCode":"12345", "DateOfBirth": "1900-12-12", "City": "Virtu", "Street": "Street", "Country": "USA", "State": "CO" } |
Payment Credentials | "PaymentCredentials": { "PaymentSource": "Card", "CardNumber": "5351772561457936", "CvV2": "483", "ExpMonth": "05", "ExpYear": "2029", "CardHolderName": "Cardholder Test" }, | |
Browser Details | "BrowserDetails": { "UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36", "JavaEnabled": true, "ScreenColorDepth": "1", "ScreenWidth": "1080", "ScreenHeight": "840", "TimeZone": "2", "AcceptHeader": "application/json", "BrowserLanguage": "en" } | |
Test Indicator (required in Sandbox Environment) | "IsTest": "True" | "IsTest": "True" |
Sample Request via Hosted Payment Page
{
"TransactionType": "PURC",
"Amount": "5.00",
"Currency": "USD",
"ClientAccount": "testing",
"OrderReference": "CoinFlow-ORDER123",
"Email": "apcopayintegrations@apcopay.com",
"RedirectionURL": "https://www.yourURLhere.com/Redirect/",
"CallBackURL": "https:/https://www.yourURLhere.com/Listener",
"UDF": {
"Extra1": "Value1",
"Extra2": "Value2"
},
"Routing":{
"ForceBank": "COINFLOW"
},
"IsTest": "True",
"Is3DS": "True",
"Client":{
"FirstName": "APCO",
"LastName": "Test",
"MobileNo": "77777777",
"Profile": "termsandconditions",
"DateOfBirth": "1900-12-12",
"City": "Virtu",
"Street": "Street",
"IPAddress": "212.152.12.12",
"Country": "USA",
"Email": "apcopayintegrations@apcopay.com",
"State": "CO",
"ZIPCode": "12345"
}
}Sample Request via Direct Connect
{
"TransactionType": "PURC",
"Amount": 5,
"Currency": "USD",
"IsTest": true,
"OrderReference": "COINFLOW Direct Deposit",
"RedirectionURL": "https://www.yourURLhere.com/Redirect/",
"CallBackURL": "https:/https://www.yourURLhere.com/Listener",
"PaymentCredentials": {
"PaymentSource": "Card",
"CardType": "VISA",
"CardNumber": "4000020000000000",
"CardHolderName": "Frictionless Processed",
"ExpMonth": "12",
"ExpYear": "2030",
"CvV2": "666"
},
"Client": {
"FirstName": "Apco",
"LastName": "Test",
"Email": "apcotest@test.com",
"IPAddress": "192.168.0.1",
"ZIPCode":"12345",
"DateOfBirth": "1900-12-12",
"City": "Virtu",
"Street": "Street",
"Country": "USA",
"State": "CO"
},
"BrowserDetails": {
"UserAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
"JavaEnabled": true,
"ScreenColorDepth": "1",
"ScreenWidth": "1080",
"ScreenHeight": "840",
"TimeZone": "2",
"AcceptHeader": "application/json",
"BrowserLanguage": "en"
},
"Routing": {
"ForceBank": "COINFLOW"
}
}Test card Numbers
Test Card Number | Card Scheme | Conditions | CVV | Exp Date | Result |
4111111111111111 | Visa | ClientData.ZIPCode: 12345 | Any | Any future date | Success |
4111111111111111 | Visa | ClientData.ZIPCode: 99999 | Any | Any future date | Declined |
5431111111111111 | MasterCard | ClientData.ZIPCode: 12345 | Any | Any future date | Success |
5431111111111111 | MasterCard | ClientData.ZIPCode: 99999 | Any | Any future date | Declined |
6011111111111117 | Discover | ClientData.ZIPCode: 12345 | Any | Any future date | Success |
6011111111111117 | Discover | ClientData.ZIPCode: 99999 | Any | Any future date | Declined |
378282246310005 | AMEX | ClientData.ZIPCode: 12345 | Any | Any future date | Success |
378282246310005 | AMEX | ClientData.ZIPCode: 99999 | Any | Any future date | Declined |
4000020000000000 | Visa | ClientData.ZIPCode: 12345 | 000 | Aug-27 | 3DS Challenge – Purchase, success |
4055011111111111 | Visa | ClientData.ZIPCode: 12345 | 111 | Aug-27 | 3DS Challenge – Purchase, Declined |