Remittances
Cross-border transfers into Haiti with compliant KYC and full lifecycle tracking.
Overview
Send USD from a funding source to a verified Haitian beneficiary. Payout options: bank, mobile money, or agent cash pickup.
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/remittances | Create a remittance. |
| GET | /v1/remittances/{id} | Retrieve with full timeline. |
| GET | /v1/remittances | List with filters (status, sender, beneficiary…). |
POST /v1/remittances
POST/v1/remittances
Create a remittance.
| Field | Type | Description |
|---|---|---|
senderreq | customer id | The compliant sender. |
beneficiaryreq | beneficiary id | Verified recipient. |
amountreq | int | In USD cents. |
purposereq | string | AML classification (family_support, education, …). |
GET /v1/remittances/{id}
GET/v1/remittances/{id}
Retrieve with full timeline.
GET /v1/remittances
GET/v1/remittances
List with filters (status, sender, beneficiary…).
