Charge Pivot

Processing transaction from the debit/credit card.

Some card required address verification (USA Card), and other card card required 3D secure (VISA).

For card that required address verification, use Validation endpoint to confirm, while card required 3D secure use the secure_url return in api response to confirm the card token from your browser and after confirm use validation endpoint to verify the transaction.

The transaction reference is returned into your callback-url in field "id"

Charge card

POST https://mekapaygroup.tech/api/charge

Enter the card details

Headers

Request Body

{
  "status" : "success",
  "message" : "success",
  "redirectLink" : "https://pivot.net/paynet/a292929acvvb"
}

Last updated