- Checkout Page
- API Documentation
- Master Data
- Payin Method
- Payout Method
- Payin
- Payout
- Payout Beneficiary
- Transaction
- Wallet
- Customer
- Checkout
- Webhook
- Features Documentation
Webhook PAYIN SUCCESS
Developing
GET
url_webhook_merchant
Request
Body Params application/json
amount
number
required
original_amount
number
required
transaction_date
integer
required
customer_full_name
integer
required
fee_taken
number
required
fee_expected
number
required
charge_back
integer
required
rolling_serve
integer
required
retrieval
integer
required
is_black_list
integer
required
created_at
integer
required
updated_at
integer
required
deleted_at
null
required
payment_date
null
required
Example
{
"id": '005e1272-baec-43f6-8f7b-8ab8ddda8144',
"merchant_id": '42e90341-cc68-4fbc-9baf-c3714b6fce0d',
"status": 'SUCCESS',
"amount": 100,
"original_amount": 100,
"amount_type": 'AUD',
"transaction": 'invoice_13032025_002',
"transaction_date": 2025-03-19T13: 18: 09.000Z,
"payment_method": 'au_bank_npp',
"order_reference": 'invoice_19032025_14414443',
"customer_full_name": 'Fajar 20',
"reply_code": 'invoice_19032025_11@paycombat.com',
"brand": 'Blackpink',
"currency": 'FIAT',
"credit_type": 'PAYIN',
"payer_id": 'invoice_06032025_002',
"recon_id": 'invoice_06032025_002',
"order_reference_1": 'invoice_06032025_002',
"order_reference_2": 'invoice_06032025_002',
"platform_identifier": 'invoice_06032025_002',
"trx_type": 'DIRECT_PAYIN',
"customer_email": 'fajarwww@yopmail.com',
"customer_phone": '+6285156781122',
"customer_personal_number": '',
"fee_taken": 0,
"fee_expected": 0,
"charge_back": 0,
"rolling_serve": 0,
"retrieval": 0,
"is_black_list": 0,
"ip_address": '',
"billing_address_country": 'AU',
"billing_address_city": '',
"billing_address_zip_code": '',
"billing_address": '',
"bin": '',
"is_3ds": '',
"created_at": 2025-03-19T08: 48: 03.000Z,
"updated_at": 2025-03-19T08: 48: 03.000Z,
"deleted_at": null,
"payment_date": null,
"type": 'PAYIN'
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paycombat.comurl_webhook_merchant' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": '\''005e1272-baec-43f6-8f7b-8ab8ddda8144'\'',
"merchant_id": '\''42e90341-cc68-4fbc-9baf-c3714b6fce0d'\'',
"status": '\''SUCCESS'\'',
"amount": 100,
"original_amount": 100,
"amount_type": '\''AUD'\'',
"transaction": '\''invoice_13032025_002'\'',
"transaction_date": 2025-03-19T13: 18: 09.000Z,
"payment_method": '\''au_bank_npp'\'',
"order_reference": '\''invoice_19032025_14414443'\'',
"customer_full_name": '\''Fajar 20'\'',
"reply_code": '\''invoice_19032025_11@paycombat.com'\'',
"brand": '\''Blackpink'\'',
"currency": '\''FIAT'\'',
"credit_type": '\''PAYIN'\'',
"payer_id": '\''invoice_06032025_002'\'',
"recon_id": '\''invoice_06032025_002'\'',
"order_reference_1": '\''invoice_06032025_002'\'',
"order_reference_2": '\''invoice_06032025_002'\'',
"platform_identifier": '\''invoice_06032025_002'\'',
"trx_type": '\''DIRECT_PAYIN'\'',
"customer_email": '\''fajarwww@yopmail.com'\'',
"customer_phone": '\''+6285156781122'\'',
"customer_personal_number": '\'''\'',
"fee_taken": 0,
"fee_expected": 0,
"charge_back": 0,
"rolling_serve": 0,
"retrieval": 0,
"is_black_list": 0,
"ip_address": '\'''\'',
"billing_address_country": '\''AU'\'',
"billing_address_city": '\'''\'',
"billing_address_zip_code": '\'''\'',
"billing_address": '\'''\'',
"bin": '\'''\'',
"is_3ds": '\'''\'',
"created_at": 2025-03-19T08: 48: 03.000Z,
"updated_at": 2025-03-19T08: 48: 03.000Z,
"deleted_at": null,
"payment_date": null,
"type": '\''PAYIN'\''
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
🟠400Bad Request
Modified at 2025-04-01 14:25:18