List beneficiary contacts (Partner API)
Authorization
ApiKey ApiKeyId In: header
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/partner_api/contacts"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "paymentMethod": "orange", "identifier": { "number": "string" } }]Get transfer by ID (Partner API) GET
Retrieves a transfer by its ID, including current status and transaction details. **Authentication:** - Requires API key headers `X-API-KEY` and `X-API-KEY-ID` **Access Control:** - Only returns transfers that belong to the authenticated business
Create beneficiary contact (Partner API) POST
Creates a new beneficiary contact for transfers. **Supported Contact Types:** - **Mobile Money**: Wave, Orange Money, MTN Mobile Money, Moov Money, DJAMO - **Bank Account**: Bank transfers via RIB (Relevé d'Identité Bancaire) **Mobile Money Contact:** Requires a phone number in the identifier object. **Bank Contact:** Requires complete bank details including bank name, codes, account number, and RIB key. **Use Cases:** - Add payroll beneficiaries - Register supplier payment details - Save customer cash-out information