Webhook notification response reference

Learn more about the payload for each webhook notification response body

Applies to:DevelopersPartners

Response header

Each response payload has this header:

1Content-Length: <content length>
2Content-Type: application/json; charset=utf-8
3Accept: */*
4String: string
5Host: 52.3.204.115

Pay In events

ApprovedPayment

Triggered when a payment is approved.

Response body
1{
2 "Event": "ApprovedPayment",
3 "Paypoint": "Athlete Factory LLC\r\n",
4 "Text": "Payment Approved!",
5 "transId": "10-33eb676a-da48-401f-9494-e69a324b152d",
6 "NetAmount": "100.00",
7 "Fee": "0.00",
8 "TotalAmount": "100.00",
9 "transTime": "04/04/2022 13:56:17",
10 "CustomerId": "224",
11 "CustomerNumber": "888"
12}

AuthorizedPayment

Triggered when a payment is authorized.

Response body
1{
2 "Event": "AuthorizedPayment",
3 "Paypoint": "Athlete Factory LLC \r ",
4 "Text": "Payment Authorized!",
5 "transId": "10-4e986895-8085-41ac-87db-9f74ff640e19",
6 "NetAmount": "100.00",
7 "Fee": "2.00",
8 "TotalAmount": "102.00",
9 "transTime": "5/23/2022 1:50:50 PM",
10 "CustomerId": "224",
11 "CustomerNumber": "888"
12}

DeclinedPayment

Triggered when a transaction is declined. This notification triggers for all declined transactions, including declined cards and ACH.

Response body
1{
2 "Event": "DeclinedPayment",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment Declined!",
5 "transId": "10-073d7d504e3c4357be3ff904f9653b4a",
6 "NetAmount": "0.05",
7 "Fee": "0.00",
8 "TotalAmount": "0.05",
9 "transTime": "9/18/2023 7:20:14 PM",
10 "CustomerId": "1323",
11 "CustomerNumber": "customer-xchg_004"
12}

FundedPayment

Triggered when a payment is funded.

Response body
1{
2 "Event": "FundedPayment",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "AccountType": "4111 1XXXXXX1111",
5 "Text": "Payment Funded",
6 "BatchNumber": "BT-2023042102-XXX",
7 "Method": "card",
8 "SettlementDate": "2023-04-21T00:00:00",
9 "ExpectedDepositDate": "2023-04-22T00:00:00",
10 "transId": "179-67f4b500f7a840cfXXXXXXdd7a2447b",
11 "NetAmount": "1.99",
12 "CustomerId": "1000",
13 "CustomerNumber": "clgld5wa600XXXX8n8ijx"
14}

InvoiceCreated

Triggered when an invoice is created.

Response body
1{
2 "Event": "InvoiceCreated",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Invoice Created!",
5 "InvoiceId": 3156,
6 "InvoiceNumber": "200622",
7 "TotalAmount": "0.00",
8 "CustomerId": "Lisandra L Sosa",
9 "CustomerNumber": "customer-xchg_004"
10}

InvoicePaid

Triggered when a payment is received for an invoice. This event is triggered by both partial and full payments.

Response body
1{
2 "Event": "InvoicePaid",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment received!",
5 "InvoiceId": 127,
6 "InvoiceNumber": "66547688",
7 "TotalAmount": "2.00",
8 "TotalPaidAmount": "2.00",
9 "CustomerId": "Peter Rose",
10 "CustomerNumber": "12345"
11}

InvoiceSent

Triggered when an invoice is sent to a customer.

Response body
1{
2 "Event": "InvoiceSent",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Invoice Sent!",
5 "InvoiceId": 121,
6 "InvoiceNumber": "9011021",
7 "TotalAmount": "1.00",
8 "CustomerId": "Peter Rose",
9 "CustomerNumber": "901102"
10}

OriginatedPayment

Triggered when a payment was originated.

Response body
1{
2 "Event": "OriginatedPayment",
3 "Paypoint": "Mount Athos Homeowners Association",
4 "AccountType": "",
5 "BatchNumber": "checkcommerce_134159_ach_03-10-2023",
6 "Text": "Payment Originated/Batched",
7 "Method": "ach",
8 "ExpectedDepositDate": "2023-03-10T00:00:00",
9 "transId": "31-ff7d46e7-d420-4135-b50b-cdbb3f48fe52",
10 "NetAmount": "2558.37",
11 "CustomerId": "",
12 "CustomerNumber": ""
13}

RefundedPayment

Triggered when a payment is refunded.

Response body
1{
2 "Event": "RefundedPayment",
3 "Paypoint": "Athlete Factory LLC\r\n",
4 "Text": "Payment Refunded!",
5 "transId": "10-7c9a106e-60fd-4638-a4e9-a2b86d16dcb0",
6 "NetAmount": "-50.00",
7 "Fee": "0.00",
8 "TotalAmount": "-50.00",
9 "transTime": "04/04/2022 13:56:23",
10 "Notes": "Refunding Transaction 10-33eb676a-da48-401f-9494-e69a324b152d",
11 "CustomerId": "224",
12 "CustomerNumber": "888"
13}

RecoveredTransaction

Triggered when a transaction times out and is recovered.

Response body
1{
2 "Event": "RecoveredTransaction",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "We automatically recovered a transaction for Gruzya Adventure Outfitters",
5 "Logo": "https://payabli.com/public-logos/pe243.png",
6 "transId": "245-c5eb234fc6ab41b9b84e278080b69dfb",
7 "NetAmount": "$8.00",
8 "Fee": "$0.00",
9 "TotalAmount": "$8.00",
10 "transTime": "8/23/2023 9:34:42 PM",
11 "Notes": null,
12 "Customer": "Greicy Gasca",
13 "CustomerEmail": "[greicy@example.com](mailto:greicy@example.com)",
14 "CustomerPhone": "+(786) 555-6341",
15 "CustomerNumber": "901102",
16 "ContactUs": "https://gruzyaadventures.com/"
17}

SettledPayment

Triggered when a payment is settled or sent to funding.

Response body
1{
2 "Event": "SettledPayment",
3 "Paypoint": "Mount Athos Homeowners Association",
4 "AccountType": "",
5 "Text": "Payment Settled",
6 "BatchNumber": "checkcommerce_134159_ach_03-10-2023",
7 "Method": "ach",
8 "SettlementDate": "2023-03-10T00:00:00",
9 "ExpectedDepositDate": "2023-03-10T00:00:00",
10 "transId": "31-ff7d46e7-d420-4135-b50b-cdbb3f48fe52",
11 "NetAmount": "2558.37",
12 "CustomerId": "224",
13 "CustomerNumber": "888"
14}

TransferAdjusted

Triggered when a transfer is adjusted.

Response body
1{
2 "Event": "TransferAdjusted",
3 "Paypoint": "Mount Athos Homeowners Association",
4 "Text": "A transfer was adjusted for Mount Athos Homeowners Association",
5 "transferId": 64260,
6 "NetAmount": "-1.0",
7 "TotalAmount": "0.0",
8 "CbAmount": "0.0",
9 "RtAmount": "0.0",
10 "transferTime": "5/24/2025 12:00:00\u202fAM",
11 "batchId": 94518,
12 "ContactUs": "https://mtathoshoa.com",
13 "batchNumber": "split_289_gp_05-23-2025",
14 "entryPoint": "entry289"
15}

TransferDisabledCreditFund

Triggered when funding fails because the merchant doesn’t have an active credit service.

Response body
1{
2 "Event": "TransferDisabledCreditFund",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Global Factory LLC",
5 "Text": "A transfer was not made due to disabled credit fund action for Global Factory LLC",
6 "transferId": 78,
7 "NetAmount": "-0.09",
8 "TotalAmount": "10.25",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "6/19/2023 10:31:07 PM",
12 "batchId": 88,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "mysite.com | +(111) 111-1111"
15}

TransferDisabledDebitFund

Triggered when funding fails because the merchant doesn’t have an active debit service.

Response body
1{
2 "Event": "TransferDisabledDebitFund",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Global Factory LLC",
5 "Text": "A transfer was not made due to disabled debit fund action for Global Factory LLC",
6 "transferId": 78,
7 "NetAmount": "-0.09",
8 "TotalAmount": "10.25",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "6/19/2023 10:31:07 PM",
12 "batchId": 88,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "mysite.com | +(111) 111-1111"
15}

TransferNotAvailableBalance

Triggered when funding is pending because the available balance doesn’t cover the transfer amount.

Response body
1{
2 "Event": "TransferNotAvailableBalance",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Gruzya Adventure Outfitters",
5 "Text": "A transfer was not made due to insufficient available balance for Gruzya Adventure Outfitters",
6 "transferId": 7,
7 "NetAmount": "2902.18",
8 "TotalAmount": "0.00",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "5/2/2023 8:10:03 PM",
12 "batchId": 26,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": ""
15}

TransferReadyForRetry

Triggered when a transfer is ready to retry.

Response body
1{
2 "Event": "TransferReadyForRetry",
3 "Paypoint": "Mount Athos Homeoners Association",
4 "Text": "A transfer is ready to be retried for Mount Athos Homeowners Association",
5 "transferId": 64260,
6 "NetAmount": "-1.0",
7 "TotalAmount": "0.0",
8 "CbAmount": "0.0",
9 "RtAmount": "0.0",
10 "transferTime": "5/24/2025 12:00:00\u202fAM",
11 "batchId": 94518,
12 "ContactUs": "https://mtathoshoa.com",
13 "batchNumber": "split_289_gp_05-23-2025",
14 "entryPoint": "entry289"
15}

TransferReturn

Triggered when a transfer has a return event.

Response body
1{
2 "Event": "TransferReturn",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Global Corporation, LLC",
5 "Text": "A transfer was returned for Global Corporation, LLC Reason: R01 - Insufficient Funds.",
6 "transferId": 748,
7 "NetAmount": "6214.00",
8 "TotalAmount": "6214.00",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "8/5/2023 10:32:48 PM",
12 "batchId": 671,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "http://www.globalcorpllc.com | (555) 555-5555"
15}

TransferResolved

Triggered when a transfer is resolved.

Response body
1{
2 "Event": "TransferResolved",
3 "Paypoint": "Mount Athos Homeowners Association",
4 "Text": "A transfer was resolved for Mount Athos Homeowners Association",
5 "transferId": 64260,
6 "NetAmount": "-1.0",
7 "TotalAmount": "0.0",
8 "CbAmount": "0.0",
9 "RtAmount": "0.0",
10 "transferTime": "5/24/2025 12:00:00\u202fAM",
11 "batchId": 94518,
12 "ContactUs": "https://mtathoshoa.com",
13 "batchNumber": "split_289_gp_05-23-2025",
14 "entryPoint": "entry289"
15}

TransferSuccess

Triggered when a transfer was successful.

Response body
1{
2 "Event": "TransferSuccess",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Global Factory LLC",
5 "Text": "A transfer was sucsessful for Global Factory LLC",
6 "transferId": 95,
7 "NetAmount": "2.86",
8 "TotalAmount": "5.97",
9 "CbAmount": "0.00",
10 "RtAmount": "1.00",
11 "transferTime": "6/27/2023 10:33:37 PM",
12 "batchId": 94,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "mysite.com | +(111) 111-1111"
15}

TransferSuspended

Triggered when transfers are suspended, usually when a deposit to or debit from a merchant’s bank account gets returned.

Response body
1{
2 "Event": "TransferSuspended",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Sandwich City LLC",
5 "Text": "Funding for Sandwich City LLC was suspended because a transfer has been returned. Batch Number: split_289_gp_05-09-2025. Reason: R03 - No Account/Unable to Locate Account.",
6 "transferId": 79757,
7 "NetAmount": "-20.00",
8 "TotalAmount": "0.00",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "5/5/2025 12:00:00\u202fAM",
12 "batchId": 90217,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "https://sandwichcity.com"
15}

TransferError

Triggered when a transfer has an error.

Response body
1{
2 "Event": "TransferError",
3 "entryPoint": "91908bceab9",
4 "Paypoint": "Global Factory LLC",
5 "Text": "A transfer was declined for Global Factory LLC",
6 "transferId": 10,
7 "NetAmount": "1.01",
8 "TotalAmount": "1.01",
9 "CbAmount": "0.00",
10 "RtAmount": "0.00",
11 "transferTime": "5/4/2023 12:06:10 AM",
12 "batchId": 27,
13 "batchNumber": "BT-2025041919-187",
14 "ContactUs": "mysite.com | +(111) 111-1111"
15}

VoidedPayment

Triggered when a payment is voided or canceled.

Response body
1{
2 "Event": "VoidedPayment",
3 "Paypoint": "Athlete Factory LLC\r\n",
4 "Text": "Payment Voided/Canceled!",
5 "transId": "10-5382b585-8a5c-47ff-a661-3a83eec90de1",
6 "NetAmount": "140.00",
7 "Fee": "0.00",
8 "TotalAmount": "140.00",
9 "transTime": "04/04/2022 13:50:31",
10 "CustomerId": "224",
11 "CustomerNumber": "888"
12}

Pay Out events

BillApproved

Triggered when a bill is approved to be paid.

Response body
1{
2 "Event": "BillApproved",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment approved!",
5 "InvoiceId": 4137,
6 "InvoiceNumber": "75",
7 "TotalAmount": "45.00",
8 "Method": null,
9 "Approvals": [],
10 "CustomerId": "Artos Cleaning",
11 "CustomerNumber": "7127"
12}

BillDisApproved

Triggered when a bill is rejected, and won’t be paid.

Response body
1{
2 "Event": "BillDisApproved",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment disapproved!",
5 "InvoiceId": 4137,
6 "InvoiceNumber": "75",
7 "TotalAmount": "45.00",
8 "Method": null,
9 "Approvals": [],
10 "CustomerId": "Artos Cleaning",
11 "CustomerNumber": "7127"
12}

BillCanceled

Triggered when a bill is canceled.

Response body
1{
2 "Event": "BillCanceled",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Bill/Payment canceled!",
5 "InvoiceId": 4137,
6 "InvoiceNumber": "75",
7 "TotalAmount": "45.00",
8 "CustomerId": "Artos Cleaning",
9 "CustomerNumber": "7127"
10}

BillProcessing

Triggered when a payout is being processed for a bill.

Response body
1{
2 "Event": "BillProcessing",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment sent!",
5 "InvoiceId": 4137,
6 "InvoiceNumber": "75",
7 "TotalAmount": "45.00",
8 "Method": null,
9 "CustomerId": "Artos Cleaning",
10 "CustomerNumber": "7127"
11}

BillPaid

Triggered when a bill is paid.

Response body
1{
2 "Event": "BillPaid",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment received!",
5 "InvoiceId": 4137,
6 "InvoiceNumber": "75",
7 "TotalAmount": "45.00",
8 "Method": null,
9 "CustomerId": "Artos Cleaning",
10 "CustomerNumber": "7127"
11}

PayOutFunded

Triggered when a payout is funded.

Response body
1{
2 "Event": "PayOutFunded",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment funded!",
5 "TransId": "10-2354",
6 "TotalAmount": "4.00",
7 "CustomerId": "Lakeland Electric",
8 "CustomerNumber": "QA-vendor-1678994410"
9}

PayOutPaid

Triggered when a payout is paid.

Response body
1{
2 "Event": "PayOutPaid",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment paid!",
5 "TransId": "10-2335",
6 "TotalAmount": "4.00",
7 "CustomerId": "N/A",
8 "CustomerNumber": "N/A"
9}

PayOutProcessed

Triggered when a payout is processed.

Response body
1{
2 "Event": "PayOutProcessed",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment processed!",
5 "TransId": "10-2354",
6 "TotalAmount": "4.00",
7 "CustomerId": "Lakeland Electric",
8 "CustomerNumber": "QA-vendor-1678994410"
9}

PayOutCanceled

Triggered when a payout is canceled.

Response body
1{
2 "Event": "PayOutCanceled",
3 "Paypoint": "Athlete Factory LLC",
4 "Text": "Payment canceled!",
5 "TransId": "10-2354",
6 "TotalAmount": "4.00",
7 "CustomerId": "Lakeland Electric",
8 "CustomerNumber": "QA-vendor-1678994410"
9}

Pay Ops events

Boarding events

CreatedApplication

Triggered when a boarding application is created.

Response body
1{
2 "Event": "CreatedApplication",
3 "SoftwarePartner": "Payabli",
4 "Text": "Boarding Application created!",
5 "LegalName": "Sunshine LLC",
6 "DbaName": "Sunshine LLC",
7 "AppID": 3241,
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

SubmittedApplication

Triggered when a boarding application is submitted to processing.

Response body
1{
2 "Event": "SubmittedApplication",
3 "SoftwarePartner": "Payabli",
4 "Text": "Boarding Application submitted!",
5 "LegalName": "Sunshine LLC",
6 "DbaName": "Sunshine LLC",
7 "AppID": 3241,
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

DeclinedApplication

Triggered when a boarding application is declined.

Response body
1{
2 "SoftwarePartner": "Payabli",
3 "Text": "Boarding Application was Declined!",
4 "LegalName": "Sunshine LLC",
5 "DbaName": "Sunshine LLC",
6 "AppID": 3241,
7 "Event": "DeclinedApplication",
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

HoldingApplication

Triggered when an application is put on hold.

Response body
1{
2 "SoftwarePartner": "Payabli",
3 "Text": "Boarding Application is in Hold!",
4 "LegalName": "Sunshine LLC",
5 "DbaName": "Sunshine LLC",
6 "AppID": 3241,
7 "Event": "HoldingApplication",
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

UnderWritingApplication

Triggered when an application is sent to underwriting.

Response body
1{
2 "SoftwarePartner": "Payabli",
3 "Text": "Boarding Application in Underwriting process!",
4 "LegalName": "Sunshine LLC",
5 "DbaName": "Sunshine LLC",
6 "AppID": 3241,
7 "Event": "UnderWritingApplication",
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

BoardingApplication

Triggered when an application is sent to boarding status.

Response body
1{
2 "SoftwarePartner": "Payabli",
3 "Text": "Boarding Application is in Boarding status!",
4 "LegalName": "Sunshine LLC",
5 "DbaName": "Sunshine LLC",
6 "AppID": 3241,
7 "Event": "BoardingApplication",
8 "createdAt": "3/22/2023 8:52:06 PM"
9}

ActivatedMerchant

Triggered when a new merchant account is activated.

Response body
1{
2 "Event": "ActivatedMerchant",
3 "Text": "Your merchant account is Active!",
4 "LegalName": "Vinco Foods",
5 "DbaName": "Vinco",
6 "AppID": 3049,
7 "Entry": "b60f39ad56f",
8 "EntryUrl": "https://paypoint-dev.payabli.com/b60f39ad56f/login",
9 "createdAt": "2/24/2023 6:35:32 PM"
10}

Other Pay Ops events

UpdatedMerchant

Triggered when a paypoint (merchant) record is updated.

Response body
1 {
2 "Event": "UpdatedMerchant",
3 "Text": "Addresses updated.", // this text lists the fields that were updated
4 "LegalName": "Sunshine LLC",
5 "DbaName": "Manga Books",
6 "Entry": "7a31d839bc",
7 "EntryUrl": "https://paypoint-qa.payabli.com/7a31d839bc/login",
8 "createdAt": "11/15/2024 9:50:18 AM"
9 }

Dispute events

ReceivedChargeBack

Triggered when a chargeback is received.

Response body
1{
2 "Event": "ReceivedChargeBack",
3 "Paypoint": "Athlete Factory LLC",
4 "AccountType": "4XXXXXX0000",
5 "Text": "Chargeback Received",
6 "Method": "card",
7 "ReasonCode": "13",
8 "Reason": "CONSUMER DISPUTES",
9 "transId": "10-ae9cd3f14cac47b3b302fa60a55f3c25",
10 "NetAmount": "230.00",
11 "chargebackID": 1495,
12 "chargebackTime": "10/20/2022 12:00:00 AM",
13 "CustomerId": "1323",
14 "CustomerNumber": "customer-xchg_004"
15}

ReceivedAchReturn

Triggered when a returned ACH is received.

Response body
1{
2 "Event": "ReceivedAchReturn",
3 "Paypoint": "Athlete Factory LLC",
4 "AccountType": "1XXXXXX3123",
5 "Text": "ACH Return Received",
6 "Method": "ach",
7 "ReasonCode": "R08",
8 "Reason": "Payment Stopped or Stop Payment on Item",
9 "transId": "10-ae9cd3f14cac47b3b302fa60a55f3c25",
10 "NetAmount": "230.00",
11 "chargebackID": 1495,
12 "chargebackTime": "10/20/2022 12:00:00 AM",
13 "CustomerId": "1323",
14 "CustomerNumber": "customer-xchg_004"
15}

Fraud and risk events

FraudAlert

Triggered when a fraud alert occurs.

1{
2 "Paypoint": "Athlete Factory LLC\r\n",
3 "HeaderText": "Fraud Alert!",
4 "Text": "Attempt of payment from blacklisted card",
5 "Logo": "https://cdn.payabli.com/payabli-ss.png",
6 "Ip": "47.205.142.38",
7 "Time": "02/09/2022 01:06:43",
8 "Notes": "",
9 "Event": "FraudAlert",
10 "CustomerId": "224",
11 "CustomerNumber": "888"
12}

HoldTransaction

Triggered when a transaction is held.

Response body
1{
2 "Event": "HoldTransaction",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "A transaction on hold for Gruzya Adventure Outfitters",
5 "Logo": "https://api-dev.payabli.com/public-logos/pe243.png",
6 "transId": "245-c5eb234fc6ab41b9b84e278080b69dfb",
7 "NetAmount": "$8.00",
8 "Fee": "$0.00",
9 "TotalAmount": "$8.00",
10 "transTime": "8/23/2023 9:34:42 PM",
11 "Notes": null,
12 "Customer": "Greicy Gasca",
13 "CustomerEmail": "greicy@example.com",
14 "CustomerPhone": "+(786) 555-6341",
15 "CustomerNumber": "901102",
16 "ContactUs": "https://gruzyaadventures.com/"
17}

HoldBatch

Triggered when a batch is held.

1{
2 "Event": "HoldBatch",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "A batch released for Gruzya Adventure Outfitters",
5 "batchId": 1234,
6 "batchAmount": "$123.00",
7 "batchDate": "7/6/2023 12:00:00 AM",
8 "ContactUs": "https://gruzyaadventures.com/",
9 "Logo" = ""
10}

ReleasedBatch

Triggered when a held batch is released.

Response body
1{
2 "Event": "ReleasedBatch",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "A batch released for Gruzya Adventure Outfitters",
5 "batchId": 1234,
6 "batchAmount": "$123.00",
7 "batchDate": "7/6/2023 12:00:00 AM",
8 "ContactUs": "www.gruyzaoutfitters.com",
9 "Logo" = ""
10}

ReleasedTransaction

Triggered when a held transaction is released.

Response body
1{
2 "Event": "ReleasedTransaction",
3 "Paypoint": "Gruzya Adventure Outfitters",
4 "Text": "A transaction released for Gruzya Adventure Outfitters",
5 "Logo": "https://api-dev.payabli.com/public-logos/pe243.png",
6 "transId": "245-c5eb234fc6ab41b9b84e278080b69dfb",
7 "NetAmount": "$8.00",
8 "Fee": "$0.00",
9 "TotalAmount": "$8.00",
10 "transTime": "8/23/2023 9:34:42 PM",
11 "Notes": null,
12 "Customer": "Greicy Gasca",
13 "CustomerEmail": "greicy@example.com",
14 "CustomerPhone": "+(786) 555-6341",
15 "CustomerNumber": "901102",
16 "ContactUs": "https://gruzyaadventures.com/"
17}

File import and export events

exportFileError

Triggered when there was an error generating the file.

Response body
1{
2 "Event": "FileSendError",
3 "Entity": "paypointName",
4 "EntityType": "Paypoint",
5 "FileName": "the file",
6 "DateReceived": "2023-09-19T21:26:04",
7 "TotalRecord": "1",
8 "TotalUpdate": "2",
9 "TotalFailed": "3",
10 "Error": "",
11 "Text": "A file for Paypoint: paypointName could not be sent.",
12 "Status": "Error Sending File",
13 "Logo": "",
14}

exportFileSent

Triggered when an exported file is sent.

Response body
1{
2 "Event": "FileSent",
3 "Entity": "paypointName",
4 "EntityType": "Paypoint",
5 "FileName": "the file",
6 "DateReceived": "2023-09-19T21:26:04",
7 "TotalRecord": "1",
8 "TotalUpdate": "2",
9 "TotalFailed": "3",
10 "Error": "",
11 "Text": "A file for Paypoint: paypointName was sent.",
12 "Status": "Sent",
13 "Logo": "",
14};

importFileReceived

Triggered when a file is received for import data via Payabli eXchange.

Response body
1{
2 "Event": "FileReceived",
3 "Entity": "paypointName",
4 "EntityType": "Paypoint",
5 "FileName": "the file",
6 "DateReceived": "2023-09-19T21:26:04",
7 "TotalRecord": "1",
8 "TotalUpdate": "2",
9 "TotalFailed": "3",
10 "Error": "",
11 "Text": "A file for Paypoint: paypointName was received.",
12 "Status": "Received",
13 "Logo": "",
14}

importFileProcessed

Triggered when an imported file is processed.

Response body
1{
2 "Event": "FileProcessed",
3 "Entity": "paypointName",
4 "EntityType": "Paypoint",
5 "FileName": "the file",
6 "DateReceived": "2025-09-19T21:26:04",
7 "TotalRecord": "1",
8 "TotalUpdate": "2",
9 "TotalFailed": "3",
10 "Error": "",
11 "Text": "A file for Paypoint: paypointName was processed.",
12 "Status": "Processed",
13 "Logo": "",
14}

importFileError

Triggered when an imported file is rejected by errors. Because there are several potential errors, read the “Text” field in the response for more information about the error.

1{
2 "Event": "FileReceiveError",
3 "Entity": "paypointName",
4 "EntityType": "Paypoint",
5 "FileName": "the file",
6 "DateReceived": "2023-09-19T21:26:04",
7 "TotalRecord": "1",
8 "TotalUpdate": "2",
9 "TotalFailed": "3",
10 "Error": "",
11 "Text": "A file for Paypoint: paypointName is invalid or corrupt.",
12 "Status": "Invalid or Corrupt File",
13 "Logo": "",
14};

Report

Automated reports are triggered at the times and frequency specified when the notification is created.

Report body example
1{
2 "name": "Transaction",
3 "records": [
4 {
5 "transId": "10-b49ff9d157e14bbf86a64a6d5970d8b9",
6 "gatewayTransId": "",
7 "customer": "Dmitri George",
8 "method": "card",
9 "netAmount": "45.22",
10 "feeAmount": "1.89",
11 "totalAmount": "47.11",
12 "invoiceNumber": "",
13 "transTime": "4/13/2023 6:21:11 AM",
14 "transStatus": "2",
15 "settlementStatus": "0",
16 "notes": "",
17 "customerNumber": "777",
18 "customerEmail": "dmitri@example.com",
19 "company": "ALM Testing Co.",
20 "Paypoint": "Athlete Factory LLC",
21 "PointId": "f743aed24a-10"
22 },
23 {
24 "transId": "10-cabaf8f63b3240a593a5fbafd7ebca29",
25 "gatewayTransId": "",
26 "customer": "Lisandra Lucia Sosa",
27 "method": "card",
28 "netAmount": "322.33",
29 "feeAmount": "11.00",
30 "totalAmount": "333.33",
31 "invoiceNumber": "",
32 "transTime": "4/13/2023 6:35:48 AM",
33 "transStatus": "2",
34 "settlementStatus": "0",
35 "notes": "",
36 "customerNumber": "888",
37 "customerEmail": "lisandra@example.com",
38 "company": "Sunshine LLC",
39 "Paypoint": "Athlete Factory LLC",
40 "PointId": "f743aed24a-10"
41 }
42}