Tokenization
During the purchase flow, there are two types of customers, Anonymous users, and Registered users. This section explains both types and how to include them in a purchase.
We implemented The Bamboo Payment API using REST services and JSON format (Content-Type: application/json
) for message exchange.
You must make every API call using HTTPS
(TLS 1.3
) and handle each operation’s HTTP response code to determine the processing status of the sent transaction.
You can have either Anonymous or Registered customers regardless of the flow type. Anonymous customers are not registered on the site and make a one-time purchase. The registered customers are shoppers registered on the website, so they can be identified and have extra functionalities such as recurrences.
You can use two different workflows to authorize a purchase:
Flow type depends on each payment method. It’s specified in the payment methods table by country in the column FLOW.
Upon invoking the API to initiate a purchase, the invocation response will directly provide a status, which could be either final or partial.
For purchases using API, you can use any of the following options:
When you invoke the API to initiate a purchase, you obtain a CommerceAction. This CommerceAction signals that the Merchant needs to take necessary steps to advance the payment process. In such instances, the API returns a URL linked to the CommerceAction to direct the customer to this URL for further payment continuation.
For Redirect purchases, refer to Redirect flow payments.
During the purchase flow, there are two types of customers, Anonymous users, and Registered users. This section explains both types and how to include them in a purchase.
Learn how to create a purchase using the API flow by providing its basic information. Furthermore, explore the various operations available for existing purchases.
Refunds allow you to reverse a confirmed purchase, either partially or in full, accommodating various scenarios such as customer returns, order cancellations, or billing corrections.
All the purchases received through API or Redirection flow for merchants in the Payments Facilitator model, are evaluated by the anti-fraud system.
You can implement a service to receive and process notifications sent from the Bamboo Payment systems.