RemitPro - API International Remittance
  1. Wallet
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
        • 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 (IDN)
        • 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 Account Type
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Document Types Personal
        • Occupation
        • Salutation
        • Purpose Account
    • Transaction
      • 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
    • Onbording Member
      • Business
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
    • Wallet
      • Overview
      • Own Wallet
        GET
      • List Wallet Member
        GET
      • Detail Wallet Member
        GET
    • Webhook
      • Overview
      • Create/Update Status
      • KYC/KYB
      • Wallet
      • Virtual Account
  1. Wallet

Own Wallet

Developing
GET
/v1/partner/wallets

Request

Header Params

Responses

🟢200Success
application/json
Body

🟠404Data Not Found
🟠400Invalid Data
🟠401Unauthorized
🟠404Resource not found
🟠401Token Expired
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1/partner/wallets' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001700",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-09-22T05:56:49",
    "data": [
        {
            "id": "2",
            "userId": "P-000001",
            "userType": "PARTNER",
            "businessType": "BUSINESS",
            "userName": "Lingkar Sembilan Titian Media",
            "walletNumber": "6377021205151135",
            "currencyCode": "USD",
            "balance": 50,
            "latestCashInAt": "2025-08-26T12:14:37",
            "latestCashInAmount": 50,
            "latestCashInType": "TOPUP_VIA_MANUAL",
            "latestCashInSubtype": "PREFUND_TO_WALLET"
        }
    ]
}
Modified at 2025-09-22 07:25:19
Previous
Overview
Next
List Wallet Member
Built with