Retrieve P2P Transaction Status
GET/p2p/:shopId/:p2pNumber
Returns the current status of a previously created P2P transaction, identified by p2pNumber and shopId.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
- 500
- 502
- 503
P2P transaction status retrieved successfully.
Invalid request parameters.
Authentication failed. Verify that a valid Api-Access-Token is provided in the request headers.
Access denied. The API token does not have permission to retrieve P2P transaction status for the specified shop.
Resource not found.
Precondition failed.
Internal server error. An unexpected error occurred on the server side.
Service unavailable. The upstream service is temporarily unreachable.
Service unavailable. The server is temporarily unable to handle the request.