post
/operations/get-by-payment
Request to retrieve all the operations performed in the payment platform for specific payment.
Request Body
1 Example
Schema
payment_id
string
Payment ID in the project.
required
token
string
Token generated by ECommPay Dashboard for user account.
required
signature
string
Digital signature generated by using secret key (salt) associated with the token specified in the token parameter.
required
Responses
1 Example
Schema
operations
array[object]
signature
string
Digital signature generated by using secret key (salt) of ECommPay Dashboard user account. The payment platform uses the same key that was previously used to sign the request.
Send a Test Request
POST
Send requests directly from the browser (CORS must be enabled)
$$.env
No $$.env variables are being used in this request.