Confirm Payout Session

Method and URL

POST [BASE_URL]/xb/payouts/:id/confirm

Response

Response Body

{
    "code": "00",
    "message": "Success",
    "data": {
        "uuid": "019232ab-5af7-7bd5-9de2-05ae615b3ed6",
        "merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
        "referenceId": "12344321",
        "sourceCurrency": "IDR",
        "destinationCurrency": "USD",
        "destinationAmount": "100",
        "fxRate": "0.00006614",
        "destinationFxRate": "15119.4436044753553069",
        "fee": "0",
        "totalAmount": "1511878.71007476",
        "createdAt": "2024-09-27T08:49:04Z",
        "status": "PENDING",
        "beneficiaryData": {
            "name": "Zulkifli",
            "address": "Jl Sweethome",
            "city": "Chickasaw",
            "postcode": "123124",
            "state": "Alabama",
            "country": "US",
            "accountNumber": "612312312312",
            "bankName": "Bank of America",
            "bankCode": "4431",
            "transferMethod": "SWIFT",
            "transferMethodCode": "CMFGUS33"
        },
        "senderData": {
            "name": "Reyga Virgiawan",
            "country": "ID",
            "state": "Lampung",
            "city": "Bandar Lampung",
            "address": "Jl Jalan Aja",
            "postcode": "35144",
            "accountType": "Individual",
            "identificationType": "Kartu Tanda Penduduk",
            "identificationNumber": "123456789"
        }
    }
}

Last updated