POST
/
v1
/
update
/
transaction
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
payment_system
string
required
payment_system_id
string
required
merchant_transaction_id
string
required
transaction_reference_id
string
required
status
enum<string>
required
Available options:
declined,
approved,
pending,
canceled,
voided
amount
number
required
currency
string
required
created_at
string
required
transaction_type
string
required
buyer
object
required
payment_method
object
required
usd_amount
number | null
decline_reason
string | null
gateway_response_code
string | null
products
description
string | null
order_id
string | null
invoice_id
string | null
shipping_details
object | null
subscription_details
object | null
processor_additional_data
object | null

Response

202
application/json
Transaction webhook has been successfully accepted

The response is of type any.