Create a recurring grant from a workflow session. This is useful to capture a recurring grant intent from an authorized connect workflow session and submit the recurring grant request.
The recurring grant must be captured within 5 minutes of authorization otherwise the request will return status 410 Gone.
A recurring grant can only be captured once from any given workflow session so any duplicate requests will return status 409 Conflict.
The amount must be in whole dollar increments (rounded to the nearest hundred) as currently DAFs only accept whole dollar grants otherwise the request will return status 400 Bad Request.
The grant amount must be greater than or equal to the minimum grant amount for the DAF otherwise the request will return status 400 Bad Request.
The amount for the first grant must be less than or equal to the user's DAF account balance otherwise the request will return status 400 Bad Request.

Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!