ResponsePaymentRequestAPI
- Method
Response to Payment Request is initiated by Debtor FI to confirm the payment acknowledgement upon receiving a request for payment. The confirmation can be an acceptance or rejection.
Success Scenario:
- Post API request with the headers, body, and authorization.
- Request data is validated in the business layer.
- If Valid, Response to Request for Payment (RfP) message is sent to RTP network.
- API response with transaction id is immediately sent with status as "Pending". This is a acknowledge of "successful posting to RTP Network"
- RTP Network sent back a status report (pacs002) with success status (ACTC)
Failure Scenario:
- Post API request with the headers, body, and authorization.
- Request data is validated in the business layer.
- If the data validation fails, then API response with transaction id immediately with status as "Error" and error description.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| ResponsePaymentRequestAPIRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| ResponsePaymentRequestAPIResponse |