check_payment_consent_status
Check the current status of a payment consent journey by payer ID, bank, and consent ID to see whether it is authorized, pending, or rejected.
Instructions
Checks the current status of an exact payment consent journey.
Args: subject_id: Payer's CPF or internal ID. bank: Identifier of the participating bank. consent_id: Exact payment consent journey to query. ctx: MCP request context, providing access to shared dependencies.
Returns: The payment consent's current status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| consent_id | Yes | ||
| subject_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| status | Yes |