🎯 Direct Payments
A direct payment method usually used on a mobile application or a local system.
In this type of implementation the developer will create the payment page with the credit card fields.
Payment Flow
- In the merchant application/local system - after the payment items are chosen.
- The customer is transferred to the page with the payment fields (native fields)
- The customer enters the card info and presses a “charge” button.
- The application/local system server sends the credit card values in a ChargeSimple method request.
- iCredit server will return a success/error status according to the outcome of the credit card company.
- The application/local system will present the customer a designated message of the success/error.
Related Methods
ChargeSimple - Direct credit card charge
ChargeSimple/Full - Direct credit card charge with extended response
GetTransactionDetails - Get transaction details for a transaction id
GetTransactionDetails/Full - Get transaction details for a transaction id - with extended response
Related Actions
- Add methods in the process in order to use automatic document service
- Make a Credit Transaction
- Send the customer a partial/full refund
- Get Transaction Voucher Number
- Use method GetTransactionDetails/Full to save the components of the voucher number
- Get Credit Card Type and Brand/Lable
- Use method GetTransactionDetails/Full
Updated about 1 month ago