Update payment transaction by id
Update payment transaction by id
Authorizations:Token
Query Parameters
id required | integerId value of the Transaction object |
Request Body Schema:
Transaction object that needs to be added transaction_id | integerPrimary key | ||||||||||||||||||||||||||||||
date | integerTransaction creation timestamp | ||||||||||||||||||||||||||||||
publicTxnId | stringPublic transaction id | ||||||||||||||||||||||||||||||
method_name | stringPayment method name | ||||||||||||||||||||||||||||||
method_local_name | stringPayment method localized name | ||||||||||||||||||||||||||||||
status | stringStatus | ||||||||||||||||||||||||||||||
value | stringTransaction value | ||||||||||||||||||||||||||||||
note | stringCustomer message | ||||||||||||||||||||||||||||||
type | stringTransaction type | ||||||||||||||||||||||||||||||
public_id | stringPublic transaction ID | ||||||||||||||||||||||||||||||
order | |||||||||||||||||||||||||||||||
payment_method | object | ||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
data | ArrayTransaction data | ||||||||||||||||||||||||||||||
backend_transactions | ArrayRelated backend transactions | ||||||||||||||||||||||||||||||
currency |
Responses
200Success
Response schema:
Success transaction_id | integerPrimary key | ||||||||||||||||||||||||||||||
date | integerTransaction creation timestamp | ||||||||||||||||||||||||||||||
publicTxnId | stringPublic transaction id | ||||||||||||||||||||||||||||||
method_name | stringPayment method name | ||||||||||||||||||||||||||||||
method_local_name | stringPayment method localized name | ||||||||||||||||||||||||||||||
status | stringStatus | ||||||||||||||||||||||||||||||
value | stringTransaction value | ||||||||||||||||||||||||||||||
note | stringCustomer message | ||||||||||||||||||||||||||||||
type | stringTransaction type | ||||||||||||||||||||||||||||||
public_id | stringPublic transaction ID | ||||||||||||||||||||||||||||||
order | |||||||||||||||||||||||||||||||
payment_method | object | ||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
data | ArrayTransaction data | ||||||||||||||||||||||||||||||
backend_transactions | ArrayRelated backend transactions | ||||||||||||||||||||||||||||||
currency |