Retrieve Master Data

Get List of Account Types

GET [BASE_URL]/xb/master/account-type/list

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "accountType": "Individual",
            "createdAt": "2024-09-11T16:01:56Z",
            "updatedAt": "2024-09-11T16:01:56Z",
            "uuid": "73318bd1-f1a1-41ee-ad14-877c25c01ace"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-11T16:01:56Z",
            "updatedAt": "2024-09-11T16:01:56Z",
            "uuid": "aa210983-c7d1-48b8-b6a0-be82897ca00e"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 2,
        "totalPages": 1,
        "fetchAll": false
    }
}

Get List of Identification Types

GET [BASE_URL]/xb/master/identification-type/list

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "accountType": "Individual",
            "createdAt": "2024-09-25T03:09:03Z",
            "identificationType": "Passport",
            "updatedAt": "2024-09-25T04:28:30Z",
            "uuid": "3103da22-eeba-4877-ab8a-bbbc49091571"
        },
        {
            "accountType": "Individual",
            "createdAt": "2024-09-25T03:09:03Z",
            "identificationType": "Kartu Tanda Penduduk",
            "updatedAt": "2024-09-25T04:28:30Z",
            "uuid": "3d94f0c8-54ca-4937-89c5-040f3152352a"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "Business Registration Number",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "0ea31c52-baa1-452b-8ed0-59018150cccb"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "ACRA",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "22300004-4073-479b-8939-f303a2f07ba3"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "Company Registration No",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "47058afc-e0b3-4861-807c-db4fda78b632"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "Registration Number",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "4a45cb28-3a62-4cc5-8707-7cd3f8276099"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "ABN",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "d4cb1781-b952-499b-835e-16c4c923b2a2"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "ACN",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "d60591fc-ddda-4486-83a3-38fee485c0d7"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "ARBN",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "db5b943e-6c8a-4f6c-8c2d-a639381b10a9"
        },
        {
            "accountType": "Company",
            "createdAt": "2024-09-10T19:51:10Z",
            "identificationType": "Travel agent License number",
            "updatedAt": "2024-09-25T04:28:19Z",
            "uuid": "df81ed23-de6c-40a4-8a5e-ce399820f4d5"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 12,
        "totalPages": 2,
        "fetchAll": false
    }
}

Get List of Currencies

GET [BASE_URL]/xb/master/currency/list

Request Params

Key
Value

countryCode

{{countryCode}} → to filter by country

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "code": "IDR",
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-24T08:40:23Z",
            "isActive": true,
            "name": "Indonesia Rupiah",
            "updatedAt": "2024-09-24T08:41:10Z",
            "uuid": "a038631e-0926-4f2c-891b-f28df4cf83d1"
        },
        {
            "code": "SGD",
            "countryCode": "SG",
            "countryUuid": "24b9265a-3318-4a70-9a3b-7220d36b2586",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Singapore Dollar",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9"
        },
        {
            "code": "CAD",
            "countryCode": "CA",
            "countryUuid": "1c9283ea-12b8-4124-b095-51f8d031ef28",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Canadian Dollar",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "2ae4089f-1f75-4daa-ab6e-e800d0243ef0"
        },
        {
            "code": "GBP",
            "countryCode": "GB",
            "countryUuid": "ffb385cc-6e0a-4a9c-ac9a-46dba7316c13",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "British Pound",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "331a7f74-517a-4db3-8def-dd3c94c6f5ec"
        },
        {
            "code": "THB",
            "countryCode": "TH",
            "countryUuid": "62258ed0-6301-4e49-ab0c-5b7f57278139",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Thai Baht",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "376bb186-8ce6-4c4b-90ff-df24275ad7e7"
        },
        {
            "code": "CHF",
            "countryCode": "CH",
            "countryUuid": "ba041c4a-e50a-49a5-b382-0ecb0241af3c",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Swiss Franc",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "65b56af6-0b31-47e3-9212-a50f4b80a3c9"
        },
        {
            "code": "CNY",
            "countryCode": "CN",
            "countryUuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Chinese Yuan",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "73f65a9f-a899-4a3f-a463-3820cdbf9205"
        },
        {
            "code": "MYR",
            "countryCode": "MY",
            "countryUuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Malaysian Ringgit",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "a09722fb-f02d-42e3-a465-f6aec5f60dda"
        },
        {
            "code": "AUD",
            "countryCode": "AU",
            "countryUuid": "2e4ee9be-c4c1-4a06-b7f2-1d01cc3bc812",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "Australian Dollar",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d"
        },
        {
            "code": "NZD",
            "countryCode": "NZ",
            "countryUuid": "7fd083bf-bafb-4082-ac96-a3a526abf05c",
            "createdAt": "2024-09-10T06:28:55Z",
            "isActive": true,
            "name": "New Zealand Dollar",
            "updatedAt": "2024-09-10T07:22:58Z",
            "uuid": "c8a67a62-2f92-4205-955f-73ab539b700b"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 14,
        "totalPages": 2,
        "fetchAll": false
    }
}

Get List Currency Map

GET [BASE_URL]/xb/master/currency/map/list

Request Params

Key
Value

countryCode

{{countryCode}} → to filter by country

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "JP",
            "countryUuid": "04479083-e61b-4760-b2c7-142f327439f7",
            "createdAt": "2024-10-24T05:21:27Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "routingCode": "xxx",
            "updatedAt": "2024-10-24T05:21:27Z",
            "uuid": "d22be1f2-a578-4a75-89ea-d5cf6048ff84"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "JP",
            "countryUuid": "04479083-e61b-4760-b2c7-142f327439f7",
            "createdAt": "2024-10-24T05:21:27Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-24T05:21:27Z",
            "uuid": "f5f835e8-ffcd-4c03-a7a0-6dda8d96516e"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "JP",
            "countryUuid": "04479083-e61b-4760-b2c7-142f327439f7",
            "createdAt": "2024-10-24T05:21:27Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-24T05:21:27Z",
            "uuid": "08be6c52-26a6-416d-a20d-b32cdc3e1a64"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "KR",
            "countryUuid": "bfa9d489-98c9-4e20-af3b-7500e1ae6356",
            "createdAt": "2024-10-24T05:20:44Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-24T05:20:44Z",
            "uuid": "416218b0-62c0-412d-b907-1523a9668338"
        },
        {
            "availableCurrencyCode": "KRW",
            "availableCurrencyUuid": "48528946-e884-40a5-807c-2882ddbc3a70",
            "countryCode": "KR",
            "countryUuid": "bfa9d489-98c9-4e20-af3b-7500e1ae6356",
            "createdAt": "2024-10-24T05:20:44Z",
            "maximumPaymentAmount": "5500000",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-10-24T05:20:44Z",
            "uuid": "f4b8e1ee-451b-42c5-abb3-149b6dd7e216"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "KR",
            "countryUuid": "bfa9d489-98c9-4e20-af3b-7500e1ae6356",
            "createdAt": "2024-10-24T05:20:44Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-24T05:20:44Z",
            "uuid": "ea09e6ba-7e1c-4fe3-a059-ddec2a89313e"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "KR",
            "countryUuid": "bfa9d489-98c9-4e20-af3b-7500e1ae6356",
            "createdAt": "2024-10-24T05:20:44Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-24T05:20:44Z",
            "uuid": "f088e3b5-cb2e-41a4-8941-f2a4b176e6ea"
        },
        {
            "availableCurrencyCode": "CNY",
            "availableCurrencyUuid": "73f65a9f-a899-4a3f-a463-3820cdbf9205",
            "countryCode": "CN",
            "countryUuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f",
            "createdAt": "2024-10-16T13:17:26Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-10-16T13:17:26Z",
            "uuid": "27481d8a-4fc2-4686-97fe-2052919925ad"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "CN",
            "countryUuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f",
            "createdAt": "2024-09-10T08:09:23Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "72cb3c1b-0370-4a02-8361-5fb9c5ac51ff"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "CN",
            "countryUuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f",
            "createdAt": "2024-09-10T08:09:23Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "c9429277-1cbe-4f67-9d2a-1ddee2e8916b"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "CN",
            "countryUuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f",
            "createdAt": "2024-09-10T08:09:23Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "022f2237-dabe-496d-959d-01000b69f1b6"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "US",
            "countryUuid": "dc3fbfda-9dc3-4710-90ed-c30dc06d7f4a",
            "createdAt": "2024-09-10T08:08:31Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "eb08bba0-4cb5-4f3f-830a-dc5f2c284bf4"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "US",
            "countryUuid": "dc3fbfda-9dc3-4710-90ed-c30dc06d7f4a",
            "createdAt": "2024-09-10T08:08:31Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "b73aa878-6cef-486f-860c-a76e0da6a8f3"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "AU",
            "countryUuid": "2e4ee9be-c4c1-4a06-b7f2-1d01cc3bc812",
            "createdAt": "2024-09-10T08:08:15Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "c41d39a4-92d4-4041-8617-d84e0709f4c8"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "AU",
            "countryUuid": "2e4ee9be-c4c1-4a06-b7f2-1d01cc3bc812",
            "createdAt": "2024-09-10T08:08:15Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "c7514b97-63ad-4e7e-9e22-875702234125"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "MY",
            "countryUuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4",
            "createdAt": "2024-09-10T08:07:46Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "2d784a0e-899a-4e42-8474-9a390461bb8d"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "MY",
            "countryUuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4",
            "createdAt": "2024-09-10T08:07:46Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "09bdde98-a180-4338-8ffa-01a9673ee758"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "MY",
            "countryUuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4",
            "createdAt": "2024-09-10T08:07:46Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "3f387591-594c-40e6-8de2-801838360625"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "TH",
            "countryUuid": "62258ed0-6301-4e49-ab0c-5b7f57278139",
            "createdAt": "2024-09-10T08:06:17Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "58f74c62-de54-4f11-8415-c2ad91eed63c"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "TH",
            "countryUuid": "62258ed0-6301-4e49-ab0c-5b7f57278139",
            "createdAt": "2024-09-10T08:06:17Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "c6209a98-cefb-40d5-8783-082e4c36bde5"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "TH",
            "countryUuid": "62258ed0-6301-4e49-ab0c-5b7f57278139",
            "createdAt": "2024-09-10T08:06:17Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "bdc4ca7d-1094-4a08-83e7-5d5cb4fe30e9"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "SG",
            "countryUuid": "24b9265a-3318-4a70-9a3b-7220d36b2586",
            "createdAt": "2024-09-10T08:05:42Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "b2498a9d-e274-4ff0-8aeb-b2b88c7e4466"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "SG",
            "countryUuid": "24b9265a-3318-4a70-9a3b-7220d36b2586",
            "createdAt": "2024-09-10T08:05:42Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "SWIFT",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "1e7e896c-c3f4-44be-815f-25ea1347446d"
        },
        {
            "availableCurrencyCode": "SGD",
            "availableCurrencyUuid": "069eb898-6555-4fe3-a41e-ab495cc0d6e9",
            "countryCode": "SG",
            "countryUuid": "24b9265a-3318-4a70-9a3b-7220d36b2586",
            "createdAt": "2024-09-10T07:36:20Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "1",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "9af52e1c-7f8e-46aa-badc-f0199c308f68"
        },
        {
            "availableCurrencyCode": "THB",
            "availableCurrencyUuid": "376bb186-8ce6-4c4b-90ff-df24275ad7e7",
            "countryCode": "TH",
            "countryUuid": "62258ed0-6301-4e49-ab0c-5b7f57278139",
            "createdAt": "2024-09-10T07:36:20Z",
            "maximumPaymentAmount": "2000000",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "421451bc-9f98-40c6-b85d-e8984658369b"
        },
        {
            "availableCurrencyCode": "MYR",
            "availableCurrencyUuid": "a09722fb-f02d-42e3-a465-f6aec5f60dda",
            "countryCode": "MY",
            "countryUuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4",
            "createdAt": "2024-09-10T07:36:20Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-10-07T18:33:25Z",
            "uuid": "87525e8d-81de-4362-9712-ec41e80b5fe5"
        },
        {
            "availableCurrencyCode": "AUD",
            "availableCurrencyUuid": "b65e2e8f-5789-4a3b-b349-0ff2b968878d",
            "countryCode": "AU",
            "countryUuid": "2e4ee9be-c4c1-4a06-b7f2-1d01cc3bc812",
            "createdAt": "2024-09-10T07:36:20Z",
            "maximumPaymentAmount": "0",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-11-07T03:23:44Z",
            "uuid": "f2ba28ba-3d51-46d2-b2df-447d0529a8b2"
        },
        {
            "availableCurrencyCode": "USD",
            "availableCurrencyUuid": "f82780fb-c7e9-4912-b412-3ac8ba5f8dbd",
            "countryCode": "US",
            "countryUuid": "dc3fbfda-9dc3-4710-90ed-c30dc06d7f4a",
            "createdAt": "2024-09-10T07:36:20Z",
            "maximumPaymentAmount": "1000000",
            "minimumPaymentAmount": "0",
            "transferMethod": "LOCAL",
            "updatedAt": "2024-11-07T03:23:17Z",
            "uuid": "76c66af5-90bd-45db-8ed4-2fc7ec8553f4"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 50,
        "totalItems": 28,
        "totalPages": 1,
        "fetchAll": false
    }
}

Get List of Countries

GET [BASE_URL]/xb/master/country/list

Request Params

Key
Value

activeOnly

{{true}} → to filter by supported countries

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "code": "ID",
            "createdAt": "2024-09-20T11:25:54Z",
            "isActive": true,
            "name": "Indonesia",
            "updatedAt": "2024-09-20T11:25:54Z",
            "uuid": "62663647-ee95-42b0-991d-1b72d4201261"
        },
        {
            "code": "JP",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "Japan",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "04479083-e61b-4760-b2c7-142f327439f7"
        },
        {
            "code": "SG",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "Singapore",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "24b9265a-3318-4a70-9a3b-7220d36b2586"
        },
        {
            "code": "AU",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "Australia",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "2e4ee9be-c4c1-4a06-b7f2-1d01cc3bc812"
        },
        {
            "code": "MY",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "Malaysia",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "3ff32cfb-42a4-4d95-a858-37712f6252d4"
        },
        {
            "code": "CN",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "China",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "432dddfb-55eb-409b-86ef-e0ceb590f31f"
        },
        {
            "code": "TH",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "Thailand",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "62258ed0-6301-4e49-ab0c-5b7f57278139"
        },
        {
            "code": "US",
            "createdAt": "2024-09-10T06:27:08Z",
            "isActive": true,
            "name": "United States",
            "updatedAt": "2024-09-10T07:22:57Z",
            "uuid": "dc3fbfda-9dc3-4710-90ed-c30dc06d7f4a"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 8,
        "totalPages": 1,
        "fetchAll": false
    }
}

Get List of States

GET [BASE_URL]/xb/master/state/list

Request Params

Key
Value

countryCode

{{countryCode}} → to filter by country

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Nusa Tenggara Barat",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "05b77316-b17a-426c-8295-1de5bb744861"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Papua Selatan",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "0dd453cc-8887-406d-8c80-31cb6e03576d"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Papua Pegunungan",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "11a9348a-fcb2-4b31-8beb-bc5d08c624a0"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Bali",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "12826b31-b122-4df7-954c-aac6a938f344"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Sulawesi Tengah",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "19a7368c-efbd-4464-af21-3e9083179091"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Sumatera Barat",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "1cb270c0-784a-445e-83b0-839a87783284"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Jawa Tengah",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "1eefc21d-ff7e-4cad-89b4-8ff6cf6a4540"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "DI Yogyakarta",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "247e3afd-3bf5-44ab-aeba-c8e622bb52d6"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Sulawesi Utara",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "3f943bbd-f4ce-4498-8e40-5569b689c10e"
        },
        {
            "countryCode": "ID",
            "countryUuid": "62663647-ee95-42b0-991d-1b72d4201261",
            "createdAt": "2024-09-20T11:32:51Z",
            "name": "Maluku",
            "updatedAt": "2024-09-20T11:32:51Z",
            "uuid": "413b42b1-3af9-47a1-842b-4ee1d7c98b0d"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 38,
        "totalPages": 4,
        "fetchAll": false
    }
}

Get List of Cities

GET [BASE_URL]/xb/master/city/list

Request Params

Key
Value

stateUuid

{{stateUuid}} → to filter by state

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kota Payakumbuh",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "00364f3a-9953-43cf-a6b5-523cd3cc5a00"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Sijunjung",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "0df30f10-5fce-4253-912e-4bc995ac3283"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kabupaten Kepulauan Mentawai",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "14a9c31f-e61e-4115-8ed2-4548d152f6e8"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kota Padang Panjang",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "31065511-06f1-4da8-8385-cdb003483624"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Padang",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "33f4667d-1433-4d7a-adce-7c42a918f11a"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kabupaten Pasaman Barat",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "347fa428-85e5-4bc2-891f-90d26b28e85e"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kabupaten Agam",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "41266bdc-2a44-4345-91e0-0430f9991208"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kabupaten Sijunjung",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "46a10542-4615-4a73-9381-e00856b74a55"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Payakumbuh",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "4bd46661-bc09-401f-bfdd-38097c9f0ff2"
        },
        {
            "createdAt": "2024-09-20T11:32:52Z",
            "name": "Kabupaten Pasaman",
            "stateUuid": "1cb270c0-784a-445e-83b0-839a87783284",
            "updatedAt": "2024-09-20T11:32:52Z",
            "uuid": "4e8b18fe-c1e1-4d1d-9d34-c38e07d145ec"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 25,
        "totalPages": 3,
        "fetchAll": false
    }
}

Get List of Purpose Codes

GET [BASE_URL]/xb/master/purpose/list

Response Body

{
    "code": "00",
    "data": {
        "results": [
            {
                "uuid": "02f243ed-b77b-4323-8699-9c432821b0fc",
                "code": "IR01802",
                "description": "Advertising & Public relations-related expenses",
                "available_account_type": [
                    "B2B"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:37Z"
            },
            {
                "uuid": "0f9d0c18-351e-4dbd-8969-527d0b89a027",
                "code": "IR011",
                "description": "Payment of Property Rental",
                "available_account_type": [
                    "P2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:16Z"
            },
            {
                "uuid": "0fa54ea6-b61a-4ebc-8767-a4675c97ea12",
                "code": "IR003",
                "description": "Education-related student expenses",
                "available_account_type": [
                    "P2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:16Z"
            },
            {
                "uuid": "1373c043-c6c7-4b00-88c5-394106074843",
                "code": "IR016",
                "description": "Investment in Shares",
                "available_account_type": [
                    "P2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:16Z"
            },
            {
                "uuid": "158e412c-ec43-430e-8cc0-ba3095d515e8",
                "code": "IR020",
                "description": "Salary",
                "available_account_type": [
                    "B2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:22Z"
            },
            {
                "uuid": "2bb6a2ff-bbb1-4a38-810a-5b0afa316762",
                "code": "IR013",
                "description": "Product indemnity insurance",
                "available_account_type": [
                    "P2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:16Z"
            },
            {
                "uuid": "2c2f8926-ad8b-481c-8867-79d59df196b7",
                "code": "IR01808",
                "description": "Transportation fees for goods",
                "available_account_type": [
                    "B2B"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:38Z"
            },
            {
                "uuid": "47300b3a-7c72-4e96-8f6c-56651680bc11",
                "code": "IR01801",
                "description": "Information Service Charges",
                "available_account_type": [
                    "B2B"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:37Z"
            },
            {
                "uuid": "4a9a1cd9-e01b-4199-9615-3cd969f610be",
                "code": "IR007",
                "description": "Utility Bills",
                "available_account_type": [
                    "P2P"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:16Z"
            },
            {
                "uuid": "4f46be33-f339-4fb3-8252-8983d6d647fe",
                "code": "IR01810",
                "description": "Delivery fees for goods",
                "available_account_type": [
                    "B2B"
                ],
                "created_at": "2024-09-11T16:10:58Z",
                "updated_at": "2025-08-01T12:49:38Z"
            }
        ],
        "pagination": {
            "page": 1,
            "per_page": 10,
            "total_items": 29,
            "total_pages": 3,
            "fetch_all": false
        }
    }
}

Get List of Source of Income

GET [BASE_URL]/xb/master/source-of-income/list

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "createdAt": "2024-10-22T10:42:42Z",
            "name": "Salary",
            "updatedAt": "2024-10-22T10:42:42Z",
            "uuid": "09b63fc2-d6ca-4005-8003-0c44bb5ad808"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 10,
        "totalItems": 1,
        "totalPages": 1,
        "fetchAll": false
    }
}

Get SWIFT Code

GET [BASE_URL]/xb/master/swift

Response Body

{
    "code": "00",
    "data": {
        "branchName": "TANAH ABANG BRANCH",
        "cityName": "JAKARTA",
        "institutionName": "PT. BANK RAKYAT INDONESIA (PERSERO), TBK",
        "swiftCode": "BRINIDJA018",
        "uuid": "0109c9a8-701d-47be-baa7-d4b776398706"
    }
}

Last updated