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. Pre-Integration Steps
    • 9. 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
        • Phone Prefix
        • Monthly Income
      • 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
        • Overview
        • 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
      • Overview
      • 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
      • Wallet Member List
        GET
      • Wallet Member Detail
        GET
      • Get Own Wallet Histories
        GET
      • Get Member Wallet Histories
        GET
    • Virtual Account
      • Create Virtual Account
      • Virtual Account List
      • Virtual Account Detail
      • Top Up Simulation
    • Webhook
      • Overview
      • Webhook Category
      • Webhook URL Submission
      • Get Webhook URL List
      • Update
      • Deactive
  1. Wallet

Get Own Wallet Histories

Developing
GET
/api/v1/partner/wallets/histories
This endpoint returns a list of past transactions from the authenticated user’s wallet, including details such as date, transaction type, and amount.

Request

Query 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/wallets/histories?page=1&limit=10' \
--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-28T10:17:39.256+00:00",
    "data": [
        {
            "transactionId": "ac17b764-3e95-46a3-b36e-8345a1638c93",
            "transactionType": "CASH_IN",
            "currency": "USD",
            "amount": 22.1412,
            "completedAt": "2025-10-28T03:12:17Z",
            "remarks": "refund",
            "details": {
                "balanceBefore": 293.6088,
                "balanceAfter": 315.75
            }
        },
        {
            "transactionId": "ac17b764-3e95-46a3-b36e-8345a1638c93",
            "transactionType": "CASH_OUT",
            "category": "REMITTANCE",
            "currency": "USD",
            "amount": 22.1412,
            "completedAt": "2025-10-27T12:48:13Z",
            "remarks": "Test",
            "details": {
                "balanceBefore": 315.75,
                "balanceAfter": 293.6088
            }
        },
        {
            "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
            }
        }
    ],
    "pagination": {
        "limit": 10,
        "page": 1,
        "totalRecords": 25,
        "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-31 09:54:07
Previous
Wallet Member Detail
Next
Get Member Wallet Histories
Built with