Retrieve P2P operation details
GET/api/v1/p2p/operations/:shopId/:operationNumber
Retrieves details of a specific P2P operation by its operation number.
Request
Responses
- 200
This response provides operation details. The operation
field contains the current operation details, including all relevant information such as status, amount, and currency.
The parent
field is used only if the current operation is a correction. If a correction has been made from the back office (isCorrection
is true
), the parent
field will contain the details of the original operation before the correction. If no corrections have been made (isCorrection
is false
), the parent
field will be null.
Therefore:
operation
: Always contains the details of the current operation.parent
: Contains the original operation details only if a correction was made; otherwise, it is null.