200
Http status response, we will send this call every minute with maximum tries of 3.{
"event": "payment.received",
"context": {
"hash": "x24da1dF",
"va_number": "8673011234567890",
"type": "open",
"invoice_number": "INV-001-ABC01",
"name": "SPP Bulan Januari",
"customer_name": "John Doe",
"customer_email": "john.doe@example.com",
"customer_phone": "+621234567890",
"customer_address": "Surabaya, Indonesia",
"total_amount": 100000,
"billed_amount": 100000,
"paid_amount": 0,
"description": "Pembayaran SPP Bulan Januari",
"ext_description": "-",
"valid_until": "2022-04-05T13:32:08+07:00",
"status": "active",
"created_at": "2022-04-12T11:22:52+07:00",
"components": [
{
"id": "95f5c77f-79de-4c12-a151-ef7c68e9b7d2",
"name": "SPP Januari",
"qty": "1",
"price": "100000",
"total": "100000"
}
]
},
"payload": {
"id": "string",
"payment_ref_id": "string",
"channel": "muamalat",
"amount": 100000,
"type": "payment",
"created_at": "2022-04-04T09:22:38+07:00",
"account": {
"bank_code": "AMET",
"account_holder": "Mr. Roosevelt Hessel I",
"account_number": "6011930096256781",
"hash": "aq8vwKj2"
}
}
}
curl --location --request POST '/' \
--header 'Signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "payment.received",
"context": {
"hash": "x24da1dF",
"va_number": "8673011234567890",
"type": "open",
"invoice_number": "INV-001-ABC01",
"name": "SPP Bulan Januari",
"customer_name": "John Doe",
"customer_email": "john.doe@example.com",
"customer_phone": "+621234567890",
"customer_address": "Surabaya, Indonesia",
"total_amount": 100000,
"billed_amount": 100000,
"paid_amount": 0,
"description": "Pembayaran SPP Bulan Januari",
"ext_description": "-",
"valid_until": "2022-04-05T13:32:08+07:00",
"status": "active",
"created_at": "2022-04-12T11:22:52+07:00",
"components": [
{
"id": "95f5c77f-79de-4c12-a151-ef7c68e9b7d2",
"name": "SPP Januari",
"qty": "1",
"price": "100000",
"total": "100000"
}
]
},
"payload": {
"id": "string",
"payment_ref_id": "string",
"channel": "muamalat",
"amount": 100000,
"type": "payment",
"created_at": "2022-04-04T09:22:38+07:00",
"account": {
"bank_code": "AMET",
"account_holder": "Mr. Roosevelt Hessel I",
"account_number": "6011930096256781",
"hash": "aq8vwKj2"
}
}
}'
{}