Site - SID - Payments
Payment Options
soap/feeapi
Request Body
soap/rawfeeapi.php
Request Body
{sid}/getpaymentoptions
{sid}/getpaymentoptionsfrombin
Lookup payment option and convert the cart currency based on your BIN. This is for credit card only.
ID of site
md5 hash of sid+timestamp+amounttotal+currency+rcode e.g. md5('22'.'1234568995265421'.'17.00'.'USD'.'222b6c')
timestamp value used in the hash e.g. 1234568995265421
First 6 digits of the credit card
This will add the processing fees on top of the amount.
The Cart quantities for each line item
[1]The Cart name for each line item
The Cart description for each line item
The Cart amount per unit for each line item
The Cart shipping amount
0The Cart discount amount
0The Cart tax amount
0Transaction currency, ISO 3 letter code
Lookup result
unexpected error
{sid}/getvendorpaymentoptions
Lookup which payment options from the provider. depending on the country and the payby type used with the sid
ID of site
Country of the user - will provide the list of payments available for that country
Lookup result
unexpected error
Transactions
{sid}/singletx
Create a single Transaction
ID of site
md5 hash of sid+timestamp+amounttotal+currency+rcode e.g. md5('22'.'1234568995265421'.'17.00'.'USD'.'222b6c')
timestamp value used in the hash e.g. 1234568995265421
Merchant reference
descriptor that needs to be sent to gateway
Which paymethod to use. Look at the "getPaymentOptions" API call to see what paymethods are available and what payment fields need completeting.
The card number
The card 3/4 digit verification code
2 digit for the month. Please have leading zeroes e.g. 05
4 digit year i.e. 2016
The name printed on the card
json string containing 3ds2 check values
json string containing device information check values
First name of the customer.
Last name of the customer.
Email of the customer.
Phone of the customer. Please not most payment providers require this.
Billing street address
Billing suburb or city
Billing state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.
Billing country, ISO 3166 2 digit code.
Billing postcode/zipcode.
Shipping street address
Shipping suburb or city
Shipping state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.
Shipping country, ISO 3166 2 digit code.
Shipping postcode/zipcode.
The Cart quantities for each line item
[1]The Cart name for each line item
The Cart number for each line item
The Cart description for each line item
The Cart amount per unit for each line item
The Cart shipping amount
0The Cart discount amount
0The Cart tax amount
0Transaction currency, ISO 3 letter code
Transaction action eg, PAYMENT, PREAUTH
The URL of the page to recieve the postback.
New transaction result
No content
Callbacks will be sent to the URL in the postback_url parameter
unexpected error
No content
{sid}/flagcapture
Path Parameters
Request Body
{sid}/convertnpay
Create a Transaction by converting incoming amount to the descriptor currency
ID of site
md5 hash of sid+timestamp+amounttotal+currency+rcode e.g. md5('22'.'1234568995265421'.'17.00'.'USD'.'222b6c')
timestamp value used in the hash e.g. 1234568995265421
Merchant reference
Which paymethod to use. Look at the "getPaymentOptions" API call to see what paymethods are available and what payment fields need completeting.
The card number
The card 3/4 digit verification code
2 digit for the month. Please have leading zeroes e.g. 05
4 digit year i.e. 2016
The name printed on the card
First name of the customer.
Last name of the customer.
Email of the customer.
Phone of the customer. Please not most payment providers require this.
Billing street address
Billing suburb or city
Billing state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.
Billing country, ISO 3166 2 digit code.
Billing postcode/zipcode.
Shipping street address
Shipping suburb or city
Shipping state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.
Shipping country, ISO 3166 2 digit code.
Shipping postcode/zipcode.
The Cart quantities for each line item
[1]The Cart name for each line item
The Cart description for each line item
The Cart amount per unit for each line item
The Cart shipping amount
0The Cart discount amount
0The Cart tax amount
0Transaction currency, ISO 3 letter code
Transaction action eg, PAYMENT, PREAUTH
The URL of the page to recieve the postback.
New transaction result
Callbacks will be sent to the URL in the postback_url parameter
unexpected error
Other
{sid}/payout
Create a payout Transaction
ID of site
md5 hash of sid+timestamp+amounttotal+currency+rcode e.g. md5('22'.'1234568995265421'.'17.00'.'USD'.'222b6c')
timestamp value used in the hash e.g. 1234568995265421
Merchant reference
The card number
2 digit for the month. Please have leading zeroes e.g. 05
4 digit year i.e. 2016
The name printed on the card
First name of the customer.
Last name of the customer.
Email of the customer.
Phone of the customer. Please not most payment providers require this.
Billing street address
Billing suburb or city
Billing state, 2 letter code for US/Canada. Australia should use 2/3 letter codes.
Billing country, ISO 3166 2 digit code.
Billing postcode/zipcode.
The payout amount
0Transaction currency, ISO 3 letter code
The URL of the page to recieve the postback.
New transaction result
Callbacks will be sent to the URL in the postback_url parameter
unexpected error
/cardtransactions
search card transactions in month and year
card number masked or unmasked
first six digits of card number
last four digits of card number
month and year of the transaction ddyyyy
Lookup result
unexpected error
/cardsearchandemail
search card transactions in month and year
card number masked or unmasked
first six digits of card number
last four digits of card number
month and year of the transaction ddyyyy
Lookup result
unexpected error
v3/{sid}/balance
Returns available balance for the sid
Path Parameters
Request Body
Example
Last updated
