Operations

Get Withdrawal Details

GET
/operations/withdrawals/{withdrawalId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

withdrawalId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/operations/withdrawals/string"
{  "withdrawalId": "string",  "accountId": "string",  "accountNumber": "string",  "amount": "string",  "currencyCode": "string",  "platformUniqueValue": "string",  "createTime": "2019-08-24T14:15:22Z"}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}
{  "message": "string",  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  }}