Payment
Customers are able to do non-installment, in installments and saving card payment transactions without using 3D verification. Direct payment amount is charged from credit card without 3D verification.
You should perform basic authentication with secret_key to use payment service. See more
You must be authorized to use this service since 3D verification doesn’t perform on this service. You can contact your sales representative about this issue.
Parameter | Type | Required | Description |
amount | decimal | Yes | Amount that charges from credit card. (You should use a comma (,) as a decimal seperator.) |
reference_no | string | Yes | Reference no that related with the payment transaction. It must be unique. |
domain | string | Yes | This is website that integrated payment api. |
agent_reference_no | string | No | Reference code of company's agent. |
card_holder | string | No | Informations of card owner. It’s necessary if transaction doesn’t perform by saved card. |
pan | string | No | Card number. It’s necessary if transaction doesn’t perform by saved card. |
month | int | No | Month of card expiration date (e.g 8, 12). It’s necessary if transaction doesn’t perform by saved card. |
year | int | No | Year of card expiration date (e.g 2020, 2030). It’s necessary if transaction doesn’t perform by saved card. |
cvc | string | No | Card security code. It’s necessary if transaction doesn’t perform by saved card. |
card_hash | string | No | Token information of saved card. It's necessary if transaction performs by saved card. |
card_holder_phone | string | No | Phone number of card holder. |
card_holder_mail | string | No | Mail address of card holder. |
description | string | No | Decription area that related with transaction. |
instalment | int | No | Information about how many installments will be perform on. |
agent_id | string | No | If you have a sub agent you can track transaction that comes from which agent as post agent id to the this area. |
company_amount | decimal | No | If you have a sub agent you can decide how much amount of transaciton will be transferred to your account. |
add_commission | bool | No | You can post true If you want to add transaction commision to amount that charged on card. |
transaction_type | int | No | Sales or pre-provision.1 for "sales", 3 for "pre-provision". Default is "sales". |
ratio_code | string | No | You can see the ratio codes of ratio tables that you can define from the “API rate definitions ” at Paynet.com.tr management screens. Commision’s calculations performs on rate tables that belongs to the rate code that you post. Therefore you can do transactions that you wish which rates perform on. |
save_card | bool | No | If you want to save your credit card with payment transactions,you can post this parameter as “true”.If you want to card saving operation,it is necessary to post card_desc and at least one of the card_owner_id or user_unique_id should be posted. |
card_desc | string | No | This area is required if card saving operation will perform. |
user_unique_id | string | No | Unique id that given to user by member workplace.It’s necessary If card saving will perform at first time.Unique value(card_owner_id) assigns to user by Paynet after completion first card saving operation. You must store this value on your system by associating it with your user. Afterwards you should use the card_owner_id variable given by Paynet instead of user_unique_id for the saved card operations. |
card_owner_id | string | No | Unique card holder information that has been generated by Paynet residing on user_unique_id after the first card saving process. This value is also used in subsequent card saving and recieving payment processes. |
user_gsm_no | string | No | This parameter is used if you want to make an additional OTP control whilst the card saving procces. Please contact our customer service if you want more specific information about this matter please contact with our support team. |
subscription_id | string | No | Regular payment code, used with (invoice_no)if you want to recieve manual payment with a already existing regular payment. |
invoice_no | string | No | Regular payment invoice number. |
ratio_code_method | char | No | Please contact our customer service if you want more spesific information about this matter. |
merge_option | bool | No | Please contact our customer service if you want more spesific information about this issue. |
pos_type | int | No | Please contact our customer service if you want more spesific information about this issue. |
approved_card | bool | No | Please contact our customer service if you want more spesific information about this matter. |
is_escrow | bool | No | If you want the transaction to be approved by the company, you should send "true". If the parameter has not been sent, "false" is accepted. |
You can get transaction result whether success or not as checking is_succeed parameter.If is_succeed parameter return true result is success. For more information about error codes.
If you can not get a response due to reasons such as connection timeout or execution time out, you can continue the process with the same reference_no until you get an answer . The system returns the transaction if there is a previous successful transaction with the same reference_no. In this case, the result code returns 100 instead of 0, and the result message is returned as "Önceki Başarılı İşlem".
Look here for more information about card saving process.
Last updated