complete_payment_consent
Finalize a payment consent by providing the bank's callback URL after user authorization, returning the final consent status.
Instructions
Completes a payment consent flow using the URL the bank redirected the user to after authorizing (or denying) the payment.
Args: callback_url: The full URL the user's browser landed on after authorizing (or denying) the payment consent at the bank. ctx: MCP request context, providing access to shared dependencies.
Returns: The final payment consent status after completing the exchange.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callback_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| status | Yes | ||
| consent_id | Yes | ||
| subject_id | Yes |