Get Payout List

Method and URL

GET [BASE URL]/xb/payouts/list

Response

Response Body

{
    "code": "00",
    "message": "Success",
    "data": [
        {
            "uuid": "0193490f-6fc8-7abe-bf6f-398c85b8f64e",
            "merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
            "referenceId": "000000001732097568619",
            "sourceCurrency": "IDR",
            "destinationCurrency": "USD",
            "destinationAmount": "0.01",
            "fxRate": "0.00006278",
            "destinationFxRate": "15928.6396941701178719",
            "fee": "0",
            "totalAmount": "0.01",
            "remark": "Test normal flow",
            "createdAt": "2024-11-20T10:12:50Z",
            "beneficiaryData": {
                "name": "Yve Sven",
                "country": "US",
                "state": "New York",
                "city": "New York City",
                "address": "Jl Amerika",
                "postcode": "12345",
                "accountType": "Individual",
                "accountNumber": "35628343",
                "bankName": "Bank of America",
                "bankCode": "",
                "contactCountryCode": "",
                "contactNumber": "",
                "email": ""
            },
            "senderData": {
                "name": "Sender Name",
                "country": "ID",
                "state": "Virgin",
                "city": "Malang",
                "address": "JL Tepok",
                "postcode": "65162",
                "accountType": "Company",
                "identificationType": "Registration ID",
                "identificationNumber": "123456",
                "bankAccountNumber": "",
                "dob": "",
                "contactCountryCode": "",
                "contactNumber": "",
                "sourceOfIncome": ""
            },
            "status": "WAITING_FOR_CONFIRMATION",
            "statusDescription": "Waiting for merchant to confirm payout",
            "routingCode": "LOCAL",
            "routingValue": "xxx"
        },
        {
            "uuid": "01934859-b47e-7546-887e-47e154aa06b7",
            "merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
            "referenceId": "0e23a23d-3deb-482a-b4e7-f212a788f6be",
            "sourceCurrency": "IDR",
            "destinationCurrency": "USD",
            "destinationAmount": "0.01",
            "fxRate": "0.00006278",
            "destinationFxRate": "15928.6396941701178719",
            "fee": "0",
            "totalAmount": "0.01",
            "remark": "Test normal flow",
            "createdAt": "2024-11-20T06:54:19Z",
            "beneficiaryData": {
                "name": "Merci Beacou Supa",
                "country": "US",
                "state": "New York",
                "city": "New York City",
                "address": "Jl Amerika",
                "postcode": "12345",
                "accountType": "Individual",
                "accountNumber": "35628342",
                "bankName": "Bank of America",
                "bankCode": "",
                "contactCountryCode": "",
                "contactNumber": "",
                "email": ""
            },
            "senderData": {
                "name": "Test Fund",
                "country": "ID",
                "state": "Jawa Barat",
                "city": "Bogor",
                "address": "Jl Street",
                "postcode": "12345",
                "accountType": "Individual",
                "identificationType": "Kartu Tanda Penduduk",
                "identificationNumber": "11122233544566",
                "bankAccountNumber": "123424234",
                "dob": "1990-12-01",
                "contactCountryCode": "",
                "contactNumber": "919391234",
                "sourceOfIncome": "Salary"
            },
            "status": "WAITING_FOR_CONFIRMATION",
            "statusDescription": "Waiting for merchant to confirm payout",
            "routingCode": "LOCAL",
            "routingValue": "SWIFT_CODE_123"
        }
    ],
    "pagination": {
        "page": 1,
        "perPage": 2,
        "totalItems": 5,
        "totalPages": 3
    }
}

Last updated