Skip to main content
GET
Check deposit status
Get the current status of a deposit based on its depositId.

Authorizations

Authorization
string
header
required

Path Parameters

depositId
string<uuid>
required

The id of the deposit that you are performing this operation on.

Required string length: 36

Response

Request has been processed by PawaPay

status
enum<string>
required

The result of this operation.

  • FOUND - The payment was found in PawaPay.
  • NOT_FOUND - The payment was not found in PawaPay.
Available options:
FOUND,
NOT_FOUND
data
object