post https://api.cloud.mbanq.com/graphql (Add Recipient)
Note: All the payment API's have the endpoint:
/graphql
Use this API for creating a recipient.
This process involves creating a new record in the platform that includes the recipient's essential details, such as their name, bank account number, and sometimes additional information like the bank's name and routing number.
The recipient Id generated can be used for transfer funds using any of the payment rails.
Behaviour : A successful response from this API indicates that the recipient was successfully created.