Status Request To Pay
GET {{base_url}}/collection/v1_0/requesttopay/:Request_ID_Debit
Retrieve Request To Pay Response
This endpoint retrieves the response for a specific request to pay, identified by the unique RequestIDDebit.
Request
- Method: GET 
- URL: - {{base_url}}/collection/v1_0/requesttopay/:Request_ID_Debit
Response Body
The response is provided in JSON format and follows the schema below:
{ 
  "type": "object",
  "properties": {
    "property1": {
      "type": "string"
    },
    "property2": {
      "type": "number"
    },
    ...
  }
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-Target-Environment | string | ||
| Ocp-Apim-Subscription-Key | string |