notification for your payments

Xendit will send updates to your callback URL when there is a notification for your payments.

To set callback URL, You can go to

Dashboard > Settings > Developers > Callbacks > Callback URL and set callback URL according to the product that you use.

go to settings menu
put your url,to get notification after invoice paid

Response

{
    "id": "62f00ac409accd62c85673c4",
    "amount": 8500000,
    "status": "PAID",
    "created": "2022-08-07T18:56:04.761Z",
    "is_high": false,
    "paid_at": "2022-08-07T18:58:35.534Z",
    "updated": "2022-08-07T18:58:35.843Z",
    "user_id": "6279ce4495d10c9afc3171b8",
    "currency": "IDR",
    "bank_code": "MANDIRI",
    "description": "Invoice Demo #INV0048",
    "external_id": "INV0048/VIII/2022",
    "paid_amount": 8500000,
    "merchant_name": "aplikasi keuangan",
    "initial_amount": 8500000,
    "payment_method": "BANK_TRANSFER",
    "payment_channel": "MANDIRI",
    "payment_destination": "8860861087714",
    "failure_redirect_url": "https://projeq.id/?status=failure&external_id=INV0035/VIII/2022",
    "success_redirect_url": "https://projeq.id/?status=success&external_id=INV0035/VIII/2022"
}

Last updated