Within Pay Transactions | Create


This endpoint allows the authenticated user to create a new transaction under their account. It typically involves providing transaction details such as the amount, recipient, and transaction type, along with any other relevant metadata.

Method API Endpoint
POST https://admin-eficyent.rare-able.com/api/user/m_transactions/store

headers: Object containing the API headers.

'X-Api-Key': To know how to generate please use Authentication

'X-Api-Signature': To know how to generate please use Authentication

Body Params

m_contact_unique_id required

amount required Min 0.1

description required Max 255 | Regex - /^[a-zA-Z0-9\s]+$/

clearing_network optional Accepted values - SWIFT,CROSS-BORDER,LOCAL

payment_method optional Accepted values - UPI,NEFT,IMPS,RTGS

verification_code optional Required If 2FA Enabled