v1

latestOpenAPI 3.1.02026-07-263847150.4 KB

Akulaku PayLater

post/v2/charge

Request body

payment_typestring required

Response

200

status_codestring
status_messagestring
transaction_idstring
order_idstring
redirect_urlstring
gross_amountstring
currencystring
payment_typestring
transaction_timestring
transaction_statusstring
fraud_statusstring
channel_response_codestring
channel_response_messagestring

Example response

{
  "status_code": "201",
  "status_message": "Success, Akulaku transaction is created",
  "transaction_id": "b3a40398-d95d-4bb9-afe8-9a57bc0786ea",
  "order_id": "orderid-01",
  "redirect_url": "https://api.sandbox.veritrans.co.id/v2/akulaku/redirect/b3a40398-d95d-4bb9-afe8-9a57bc0786ea",
  "gross_amount": "11000.00",
  "currency": "IDR",
  "payment_type": "akulaku",
  "transaction_time": "2018-08-24 16:20:36",
  "transaction_status": "pending",
  "fraud_status": "accept"
}