POST
/
v1
/
update
/
transaction

Authorizations

Authorization
string
header
required

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

Body

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

Response

202 - application/json

The response is of type any.