API Reference

📘

Custom Data and External ID for Merchant Initiated Transactions

We've added 2 new fields called custome_data and external_id to the POST /charge endpoint. This allows you to send custom objects and your own ID to associate with the charge.

13/08/24

📘

Receipt for Merchant Initiated Transactions

We've added a new field called send_customer_receipt to the POST /charge endpoint to enable or disable automated receipts after each charge using a saved card.

24/07/24

📘

Hold Funds and Charge Later

We've added a new field named hold_and_charge_later to the POST /link endpoint. This functionality allows you to hold funds on a card and then capture the payment later using the Capture API.

23/04/24

📘

Payment Link Rules

We've added a new rule field to the POST /link endpoint. This field allows users to define business rules for the payment link, such as restricting accepted card types based on their BIN numbers.

14/03/24

📘

Virtual Corporate Cards

We've introduced a new API for creating Virtual Corporate Cards, single-use cards designed to streamline corporate expenses such as travel and accommodations.

28/02/24

📘

Payout Shares & Recipients

We've introduced a new field called payout_share to the POST /link endpoint. This feature automates splitting a portion of the payment to a recipient you create using the Create Recipient API.

We've also added functionalities to delete, retrieve, and update recipients you've created.

20/02/24