Skip to content

Remittances

Cross-border transfers into Haiti with compliant KYC and full lifecycle tracking.

Updated Jul 15, 2026API 2026-07-01 Edit on GitHubReport an issue

Overview

Send USD from a funding source to a verified Haitian beneficiary. Payout options: bank, mobile money, or agent cash pickup.

Endpoints

MethodPathDescription
POST/v1/remittancesCreate a remittance.
GET/v1/remittances/{id}Retrieve with full timeline.
GET/v1/remittancesList with filters (status, sender, beneficiary…).

POST /v1/remittances

POST/v1/remittances

Create a remittance.

FieldTypeDescription
senderreq
customer idThe compliant sender.
beneficiaryreq
beneficiary idVerified recipient.
amountreq
intIn USD cents.
purposereq
stringAML 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…).