curl --location --request POST 'http://127.0.0.1:8000/api/merchants/payment_preprocess/get_processor_token' \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data-raw '{ \ "checkout_id":<checkout_id> \ }'
"message": "Transaction Executed"
This API performs three steps: 1. Get a processor token from Plaid for Dwolla 2. Add funding source on Dwolla for Customer Bank account 3. Initiate A2A transfer and store Transfer information in the Checkout object