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
    • 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
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
    • Wallet
      • Overview
      • Own Wallet
        GET
      • List Wallet Member
        GET
      • Detail Wallet Member
        GET
      • Wallet Histories
        GET
    • 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. Wallet

Wallet Histories

Developing
GET
/api/v1/partner/wallet/history/{wallet_id}

Request

Path Params

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 '/api/v1/partner/wallet/history/955a48e5-1427-42bd-92c3-ed3c55e4540c' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001701",
    "title": "Success",
    "titleCode": "success",
    "detail": "Processed successfully",
    "responseTime": "2025-10-14T11:54:49.75+00:00",
    "data": [
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 30.7315,
            "completedAt": "2025-10-03T07:49:17Z",
            "remarks": "Test",
            "details": {
                "balanceBefore": 282.5169,
                "balanceAfter": 251.7854
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.1035,
            "completedAt": "2025-10-03T07:37:11Z",
            "remarks": "Test",
            "details": {
                "balanceBefore": 297.6204,
                "balanceAfter": 282.5169
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.9656,
            "completedAt": "2025-10-03T04:27:06Z",
            "remarks": "Test LTU 1",
            "details": {
                "balanceBefore": 313.586,
                "balanceAfter": 297.6204
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.9656,
            "completedAt": "2025-10-03T04:25:58Z",
            "remarks": "Test LTU 1",
            "details": {
                "balanceBefore": 329.5516,
                "balanceAfter": 313.586
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.9656,
            "completedAt": "2025-10-03T04:24:46Z",
            "remarks": "Test LTU 1",
            "details": {
                "balanceBefore": 345.5172,
                "balanceAfter": 329.5516
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 16.0145,
            "completedAt": "2025-10-03T03:39:04Z",
            "remarks": "Test LTU",
            "details": {
                "balanceBefore": 361.5317,
                "balanceAfter": 345.5172
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 16.0145,
            "completedAt": "2025-10-03T03:38:57Z",
            "remarks": "Test LTU",
            "details": {
                "balanceBefore": 377.5462,
                "balanceAfter": 361.5317
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 16.0145,
            "completedAt": "2025-10-03T03:38:12Z",
            "remarks": "Test LTU",
            "details": {
                "balanceBefore": 393.5607,
                "balanceAfter": 377.5462
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.0605,
            "completedAt": "2025-10-02T12:27:30Z",
            "remarks": "Test",
            "details": {
                "balanceBefore": 408.6212,
                "balanceAfter": 393.5607
            }
        },
        {
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 15.9794,
            "completedAt": "2025-10-02T09:56:00Z",
            "remarks": "Test",
            "details": {
                "balanceBefore": 424.6006,
                "balanceAfter": 408.6212
            }
        }
    ],
    "pagination": {
        "limit": 10,
        "page": 1,
        "totalRecords": 23,
        "totalPages": 3,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/genders?page=1&limit=10",
            "next": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/genders?page=2&limit=10"
        }
    }
}
Modified at 2025-10-14 11:57:43
Previous
Detail Wallet Member
Next
Create Virtual Account
Built with