I am building a simple app for disbursement and would like to get consent from user(merchant) before disbursement with recipients managed on the web.
Now I have gotten the Oauth2 token but can not find the endpoints to actually use it.
I checked use cases page and it appears I can use MerchantTransferWithConsent but there is no documentation of endpoints on Postman Collection.
How do I achieve this kind of disbursement with consent flow that I have?
Thanks for your time.