Payment API
This section of the Carouseller Payment API documentation includes key information on how to integrate payment functionalities. It covers the processes for obtaining keys, handling deposits, and managing payouts. Each subsection provides technical details and guidelines essential for developers to implement payment features in their applications using Carouseller's API.
Key Obtaining
This section details how to obtain a session key necessary for further API interactions. It requires sending a request with parameters such as site_id, site_login, customer_ip, currency, and a SHA-1 signature. The response provides a session key if the request is successful.
Deposit
This part describes the process for making a deposit through the API. Key parameters include session_key, external_id, group, amount, card_number, valid_thru_month, valid_thru_year, cvv, and card_holder. The section provides examples of requests and possible responses, including success and error messages.
Payout
Similar to deposits, this subsection explains how to process payouts. Required parameters include session_key, order_ref, group, amount, card_number, valid_thru_month, valid_thru_year, card_holder, site_login, site_id, and signature. Examples of requests and responses are provided to illustrate different scenarios.
Last updated
