RemitPro - API International Remittance
  1. Personal
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
    • 8. Doc Change Log
  • API Reference (V1)
    • Authentication
      • Generate Token
        POST
      • Refresh Token
        POST
    • Master Data
      • Onboarding
        • Overview
        • 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
        • Overview
        • Countries
        • Countries by Id
        • States
        • States by Id
        • City
        • City by Id
        • District
        • District by Id
        • Sub District
        • Sub District by Id
      • Transaction
        • Overview
        • Bank
        • Bank Branch
        • Bank Account Type
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Identity Types
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Phone Prefix
        • Purpose of Payment
        • Recipient of Relationship
        • Source of Income
        • User Position
        • Work Status
    • Payout Cross Border
      • 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
        • Overview
        • Business
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
        • Personal
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
      • Quotes
        • Enquire Quotes
        • Quote List
        • Quote Detail
      • Transaction
        • Create Transaction
        • Transaction Status
        • Transaction List
        • Transaction Detail
    • Onbording Member
      • Business
        • Get Business Document
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
      • Personal
        • Create Member
          POST
        • Update
          PUT
        • Deactive
          DELETE
        • Reactive
          PATCH
        • Member List
          GET
        • Member Detail
          GET
        • History List
          GET
    • Wallet
      • Overview
      • Own Wallet
      • List Wallet Member
      • Detail Wallet Member
      • Wallet Histories
    • Virtual Account
      • Create Virtual Account
      • List Virtual Account
      • Virtual Account Detail
      • Top Up Simulation
    • Webhook
      • Overview
      • Webhook Category
      • Create Webhook URL
      • Webhook URL List
      • Update
      • Deactive
  1. Personal

Deactive

Developing
DELETE
/api/v1/partner/members/businesses/{member_id}
This endpoint is used to deactivate a member account in the system. Once a member is marked as deactivated:
Any transaction request that references this member’s data will be automatically rejected by the system.
The system will return a specific error response indicating that the member is inactive and therefore cannot be used in any transaction process.
If you need to allow transactions again for the same member, you must explicitly reactivate the member. This can be done by calling the /reactive endpoint, which will restore the member’s status to active and re-enable the ability to perform transactions.

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠401Unauthorized
🟠401Token Expired
🟠400Update Not Allowed
🟠404Data Not Found
🟠401Invalid Account
🟠400Validation Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/v1/partner/members/businesses/M-0000007' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}' \
--header 'X-User-Key: {{userKey}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001400",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-10-14T08:42:08",
    "data": {
        "userInformation": {
            "nationalityId": "1076c389-f2a1-41c3-ad9b-5c130e9ec6fc",
            "dob": "1996-04-21",
            "pob": "Bogor",
            "pobCountryCode": "IDN",
            "emailAddress": "nadine.safira+user1@example.com",
            "firstName": "Rafael",
            "middleName": "Aditya",
            "lastName": "Santoso",
            "preferredName": "Rafa",
            "salutationId": "a606d18f-bde6-4df9-a506-0be71b6532b1",
            "genderId": "470f673e-2b9e-430a-9c03-4256f902bc67",
            "phonePrefix": "62",
            "phoneNumber": "8123456781",
            "mothersMaidenName": "Maheswari",
            "positionId": "7a1fe85f-5f43-470a-9833-3ea02c37b179",
            "occupationId": "0433f6d6-bf00-4858-a346-dd7a02fcb12f",
            "monthlyIncomeId": "GTE",
            "docIdTypeId": "450510a3-2b57-4dfb-9757-d061ed262c77",
            "docIdNumber": "3175092105900001",
            "docIdIssueDate": "2025-06-10",
            "docIdExpiredDate": "2050-06-10",
            "docIdIssueCountryCode": "IDN",
            "docIdIssueState": "DKI Jakarta",
            "docIdIssueCity": "Jakarta Selatan",
            "docIdIssuePlace": "Dukcapil Jakarta Selatan",
            "docIdIssueAuthority": "Kementerian Dalam Negeri",
            "domicileAddress": {
                "address": "Jl. Kuningan Timur Raya No. 18, Kel. Kuningan Timur, Kec. Setiabudi, Jakarta Selatan 12950",
                "countryCode": "IDN",
                "state": "DKI JAKARTA",
                "city": "JAKARTA SELATAN",
                "district": "SETIABUDI (SETIA BUDI)",
                "subDistrict": "KUNINGAN TIMUR",
                "zipCode": "12950",
                "rt": "003",
                "rw": "004"
            },
            "identityAddress": {
                "address": "Jl. Kuningan Timur Raya No. 18, Kel. Kuningan Timur, Kec. Setiabudi, Jakarta Selatan 12950",
                "countryCode": "IDN",
                "state": "DKI JAKARTA",
                "city": "JAKARTA SELATAN",
                "district": "SETIABUDI (SETIA BUDI)",
                "subDistrict": "KUNINGAN TIMUR",
                "zipCode": "12950",
                "rt": "003",
                "rw": "004"
            },
            "maritalStatusId": "186da293-922a-4c5c-9e7d-99e03ccfaea6",
            "educationId": "7d64ad7e-eb63-48cd-90d4-bfc670bf076e"
        },
        "businessInformation": {
            "businessName": "PT Arunika Teknologi Solusi 2",
            "preferredName": "Arunika Tech",
            "foundationDate": "2018-03-12",
            "numberOfEmployees": "75",
            "emailAddress": "info+user@arunikatech.co.id",
            "phonePrefix": "62",
            "phoneNumber": "8123456671",
            "incorporationCountryId": "1076c389-f2a1-41c3-ad9b-5c130e9ec6fc",
            "businessEntityId": "008bfc2d-e43f-45c0-8d12-42878d2a0e41",
            "idTypeId": "287eec5f-7bb1-4211-a563-816f1d8f985f",
            "idNumber": "HELLO2025",
            "idIssueDate": "2024-03-15",
            "idExpiredDate": "2050-03-15",
            "idIssueCountryCode": "IDN",
            "idIssueState": "DKI Jakarta",
            "idIssueCity": "Jakarta Selatan",
            "idIssuePlace": "Kementerian Hukum dan HAM",
            "idIssueAuthority": "Kemenkumham",
            "domicileAddress": {
                "address": "Jl. Kuningan Timur Raya No. 18, Kel. Kuningan Timur, Kec. Setiabudi, Jakarta Selatan 12950",
                "countryCode": "IDN",
                "state": "DKI JAKARTA",
                "city": "JAKARTA SELATAN",
                "district": "SETIABUDI (SETIA BUDI)",
                "subDistrict": "KUNINGAN TIMUR",
                "zipCode": "12950",
                "rt": "003",
                "rw": "004"
            },
            "identityAddress": {
                "address": "Jl. Kuningan Timur Raya No. 18, Kel. Kuningan Timur, Kec. Setiabudi, Jakarta Selatan 12950",
                "countryCode": "IDN",
                "state": "DKI JAKARTA",
                "city": "JAKARTA SELATAN",
                "district": "SETIABUDI (SETIA BUDI)",
                "subDistrict": "KUNINGAN TIMUR",
                "zipCode": "12950",
                "rt": "003",
                "rw": "004"
            },
            "natureOfBusinessId": "019d9299-cf0f-4ac1-a8e1-943175ad2381",
            "classificationId": "06124dc1-aa98-4a23-a2ab-7fcb52c75ded",
            "industryId": "0b214496-be7b-4ef4-8533-457531d9cb43"
        },
        "bodInformation": [
            {
                "salutationId": "75ad3d45-0e9c-4d37-b77c-a72348f6b50d",
                "firstName": "Rina",
                "lastName": "Wijaya",
                "fullName": "Rina Wijaya",
                "emailAddress": "rina.wijaya@bintangterang.co.id",
                "phonePrefix": "62",
                "phoneNumber": "81344445555",
                "position": "Direktur Keuangan",
                "dob": "1985-02-18"
            }
        ],
        "beneficialOwners": [
            {
                "salutationId": "75ad3d45-0e9c-4d37-b77c-a72348f6b50d",
                "firstName": "Dimas",
                "lastName": "Pratama",
                "fullName": "Dimas Pratama",
                "emailAddress": "dimas.pratama@nusantaratech.co.id",
                "phonePrefix": "62",
                "phoneNumber": "81987654321"
            }
        ],
        "bankAccount": [
            {}
        ],
        "memberId": "M-0000007",
        "memberStatus": "INACTIVE"
    }
}
Modified at 2025-10-14 08:50:45
Previous
Update
Next
Reactive
Built with