Create a remittance transaction
post/v2/remittances/transaction
Request body
Example request
{
"product_type": "RCV"
}Response
Transaction created successfully
Example response
{
"transaction_id": 132,
"status": "received",
"reference": "23033104",
"transaction_date_time": "2025-03-28T00:31:58.206Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.