curl --request POST \
--url https://api.hit-pay.com/v1/remitters \
--header 'Content-Type: application/json' \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>' \
--data '
{
"entity_type": "individual",
"full_name": "Saul Schumm",
"id_number": "A1748247986",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore ",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Ebert, Zulauf and Daugherty"
}
'{
"id": "9f0092ca-4b7d-4e33-b503-9dd27b0807ba",
"status": "pending",
"entity_type": "individual",
"full_name": "Hilda Ferry",
"id_number": "A1748248115",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test5@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Abernathy Inc",
"created_by": {
"id": "98566f58-1c76-4b8b-8f75-d20bba2bc7f8",
"display_name": "TestingSG",
"first_name": "QA",
"last_name": "SG"
},
"created_at": "2025-05-26T16:28:35+08:00",
"updated_at": "2025-05-26T16:28:35+08:00"
}Register a new remitter for payout transfers
curl --request POST \
--url https://api.hit-pay.com/v1/remitters \
--header 'Content-Type: application/json' \
--header 'X-BUSINESS-API-KEY: <x-business-api-key>' \
--data '
{
"entity_type": "individual",
"full_name": "Saul Schumm",
"id_number": "A1748247986",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore ",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Ebert, Zulauf and Daugherty"
}
'{
"id": "9f0092ca-4b7d-4e33-b503-9dd27b0807ba",
"status": "pending",
"entity_type": "individual",
"full_name": "Hilda Ferry",
"id_number": "A1748248115",
"id_type": "national_id",
"date_of_birth": "1990-01-01",
"place_of_birth": "Singapore",
"nationality": "sg",
"contact_number": "+6591234567",
"email": "test5@gmail.com",
"address": {
"street_address": "123 Orchard Rd",
"city": "Singapore",
"state": "Singapore",
"postal_code": "238888",
"country": "sg"
},
"company_name": "Abernathy Inc",
"created_by": {
"id": "98566f58-1c76-4b8b-8f75-d20bba2bc7f8",
"display_name": "TestingSG",
"first_name": "QA",
"last_name": "SG"
},
"created_at": "2025-05-26T16:28:35+08:00",
"updated_at": "2025-05-26T16:28:35+08:00"
}"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
individual, company "1990-01-01"
"sg"
"+6591234567"
Show child attributes
national_id, passport, driving_license "Singapore"
It's required if entity_type is company.
201
individual, company national_id, passport, driving_license Show child attributes
Show child attributes
Was this page helpful?