RemitPro - API International Remittance
  1. Business
RemitPro - API International Remittance
  • Getting Strated Guide
    • 1. Overview
    • 2. High Level Flow
    • 3. Supported Corridors
    • 4. Authorization & Scope
    • 5. Handle Error
    • 6. Signature
    • 7. API Host
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Information
        • Id Type Personal
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Personal
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Purpose Account
        • Salutation
        • User Position
      • Area (IDN)
        • Information
        • Countries
        • Countries by Id
        • States
        • States by Id
        • City
        • City by Id
        • District
        • District by Id
        • Sub District
        • Sub District by Id
    • Transaction
      • Information
      • Sender
        • Business
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
        • Personal
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
      • Recipient
        • Information
        • Business
          • Recipient Form
            GET
          • Create
            POST
          • Update Recipient
            PUT
  1. Business

Update Recipient

Developing
PUT
/api/v1/partner/payouts/remittances/recipients/businesses/{recipient_id}

Request

Path Params

Header Params

Body Params text/plain
Examples

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠400Invalid Data
🟠401Unauthorized
🟠404Resource not found
🟠401Token Expired
🟠400Update Not Allowed
🟠404Data Not Found
🟠401Invalid Account
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/api/v1/partner/payouts/remittances/recipients/businesses/' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}' \
--header 'X-User-Key: {{userKey}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
    "recipientData": {
        "recipientCountryCode": "USA",
        "recipientCurrencyCode": "USD",
        "recipientDetails": {
            "businessInformation": {
                "businessNumber": "BIZ-20250910",
                "businessName": "Pacific Horizon Solutions Inc.",
                "preferredName": "Pacific Horizon",
                "emailAddress": "contact+pacifichorizon@gmail.com",
                "phonePrefix": "1",
                "phoneNumber": "4155550134",
                "foundationDate": "2005-07-15",
                "numberOfEmployee": "250",
                "taxIdNumber": "AKJD012910212"
            },
            "userInformation": {
                "firstName": "Michael",
                "middleName": "Andrew",
                "lastName": "Johnson",
                "preferredName": "Mike",
                "fullName":"Michael Andrew Johnson",
                "emailAddress": "dummyuser+mikejohnson@gmail.com",
                "phonePrefix": "1",
                "phoneNumber": "2025550198",
                "pobCountryCode": "USA",
                "pob": "New York",
                "dob": "1994-03-18"
            },
           /* "bankDetails": {
                "accountNumber": "09102123",
                "accountCode": "091234562",
                "accountName": "Pacific Horizon Solutions",
                "accountTypeId": "5d7e4f2f-c8ea-4a2f-b83d-cb1d162a4db0",
                "bankId": "RMT1-8c0608f7ce7d4de99f6d9efe77841dea",
                "bankName": "ABANCA USA",
                "bankBranchId": "",
                "bankBranchName": ""
            },*/
            "addressDetails":{
                "countryCode": "USA",
                "state": "California",
                "city": "Los Angeles",
                "district": "Downtown",
                "subdistrict": "Arts District",
                "zipcode": "90012",
                "address": "1234 Sunset Boulevard"
            },
            "identificationDetails": {
                "typeId": "93a603a6-6446-44f1-8971-6c7316aadf0f",
                "idNumber": "1234567890123456",
                "issueCountryCode": "USA",
                "issueDate": "2020-12-19",
                "expiredDate": "2028-01-12",
                "issueState": "California",
                "issueCity": "San Francisco",
                "issuePlace": "450 Golden Gate Ave",
                "issueAuthority": "California Department of Motor Vehicles"
            },
            "additionalData": {
                "purposeOfPaymentId": "0a5ac571-f746-4afb-a528-9a3a5baffe64",
                "recipientRelationshipId": "ba3795bd-27c4-406c-9445-9f8bd6c51f88"
            }
        }
    }
}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001701",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-09-17T07:01:02.472+00:00",
    "data": {
        "id": "2ce27e7f-b947-402e-b915-d76d2a7496be",
        "senderType": "BUSINESS",
        "status": "ACTIVE",
        "isActive": true,
        "ownershipStatus": "ROOT",
        "ownershipId": "93cffe3b-effc-494a-a1f7-3ed04c7f75ce",
        "identificationDetails": {
            "typeId": "93a603a6-6446-44f1-8971-6c7316aadf0f",
            "typeName": "Voter's photo ID card",
            "idNumber": "1234567890123456",
            "issueCountryCode": "IDN",
            "issueCountry": "Indonesia",
            "issueDate": "2020-12-19",
            "expiredDate": "2028-01-12",
            "issueState": "DKI JAKARTA",
            "issueCity": "JAKARTA SELATAN",
            "issuePlace": "Dukcapil Jakarta Selata",
            "issueAuthority": "Dukcapil"
        },
        "userInformation": {
            "firstName": "Anisa Update",
            "middleName": "Citra Update",
            "lastName": "Maheswari Update",
            "fullName": "Anisa Update Citra Update Maheswari Update",
            "preferredName": "Nisa Update",
            "emailAddress": "nisa@gmail.com",
            "phonePrefix": "62",
            "phoneNumber": "85813093961",
            "genderId": "23718861-42ec-4af7-bcf1-1e0de8ff5d3f",
            "genderName": "Female",
            "pobCountryCode": "IDN",
            "pobCountry": "Indonesia",
            "pob": "Jakarta Selatan",
            "dob": "1996-04-20",
            "nationalityId": "49df8137-fc95-40e1-8dce-182266ca977f",
            "nationalityName": "Belgian",
            "sourceOfIncomeId": "a81e7e1e-3a57-4771-9ee8-f24095167496",
            "sourceOfIncomeName": "Government funding",
            "occupationId": "7035288a-2447-479f-a61b-388d366f28ec",
            "occupationName": "Professional",
            "maritalStatusId": "a2d54bc4-2bca-4bda-83ad-d3ee45d5f172",
            "maritalStatusName": "Single",
            "educationId": "049a3a6c-0ab7-4e8b-859e-66c86afe690b",
            "educationName": "Magister (S2)",
            "workstatusId": "30d2ab30-3cc8-437f-92de-b201c9b6ee08",
            "workstatusName": "Employed",
            "workpositionId": "67c2b90c-4274-4cd2-a1dc-0a73804cd386",
            "workpositionName": "Head of Division / Department Head"
        },
        "businessInformation": {
            "businessNumber": "123456789",
            "businessName": "PT Cemerlang Digital Sejahtera",
            "preferredName": "Cemerlang",
            "emailAddress": "paydong@gmail.com",
            "phonePrefix": "62",
            "phoneNumber": "85890302520",
            "foundationDate": "1996-04-20",
            "foundationYear": "1996",
            "numberOfEmployee": "23",
            "nationalityId": "ff1c3f64-3a15-4a51-b8c7-4ec5237a1349",
            "nationalityName": "Burundian",
            "businessEntityId": "168095a6-1a39-4897-9eca-551bc8982ffc",
            "businessEntityName": "Perseroan Terbatas (PT) ",
            "businessClassificationId": "7a8e3327-22b0-4c54-84b7-becc6554da8a",
            "businessClassificationName": "Administration/Clerical/Facilities Svc",
            "natureOfBusinessId": "17d6157a-3e85-4605-871f-8994d60c56f0",
            "natureOfBusinessName": "Import of Goods",
            "industryId": "019df1e6-39ec-4952-a576-475261475a0c",
            "industryName": "Hospitality & Food Services"
        },
        "mainAddress": {
            "countryCode": "IDN",
            "country": "Indonesia",
            "state": "DKI JAKARTA",
            "city": "JAKARTA SELATAN",
            "district": "SETIABUDI (SETIA BUDI)",
            "subdistrict": "KUNINGAN TIMUR",
            "zipcode": "12950",
            "address": "Jl. Setiabudi No.20 RT 01/02"
        },
        "domicileAddress": {
            "countryCode": "IDN",
            "country": "Indonesia",
            "state": "DKI JAKARTA",
            "city": "JAKARTA SELATAN",
            "district": "SETIABUDI (SETIA BUDI)",
            "subdistrict": "KUNINGAN TIMUR",
            "zipcode": "12950",
            "address": "Jl. Setiabudi No.20 RT 01/02"
        },
        "firstActiveAt": "2025-09-04T10:53:38Z",
        "lastActiveAt": "2025-09-08T03:51:09Z",
        "lastInactiveAt": "2025-09-08T02:32:16Z",
        "createdAt": "2025-09-04T10:53:38Z",
        "createdBy": "(API_PARTNER) Lingkar Sembilan Titian Media",
        "updatedAt": "2025-09-17T07:01:02Z",
        "updatedBy": "(API_PARTNER) Lingkar Sembilan Titian Media"
    }
}
Modified at 2025-09-18 10:38:12
Previous
Create
Built with