payabli 2.2.26 → 2.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/.fern/metadata.json +3 -3
  3. data/lib/payabli/boarding/client.rb +75 -0
  4. data/lib/payabli/boarding/types/create_application_from_paypoint_request.rb +17 -0
  5. data/lib/payabli/boarding/types/create_application_from_paypoint_response.rb +17 -0
  6. data/lib/payabli/boarding/types/create_application_from_paypoint_response_data.rb +12 -0
  7. data/lib/payabli/client.rb +1 -1
  8. data/lib/payabli/money_out/client.rb +10 -3
  9. data/lib/payabli/query/client.rb +94 -0
  10. data/lib/payabli/query/types/list_vcards_transactions_org_request.rb +15 -0
  11. data/lib/payabli/query/types/list_vcards_transactions_request.rb +15 -0
  12. data/lib/payabli/query_types/types/query_transfer_summary.rb +1 -0
  13. data/lib/payabli/query_types/types/transfer_detail_record.rb +1 -0
  14. data/lib/payabli/query_types/types/v_card_transaction_query_response.rb +13 -0
  15. data/lib/payabli/query_types/types/v_card_transaction_record.rb +38 -0
  16. data/lib/payabli/types/customer_summary_record.rb +4 -4
  17. data/lib/payabli/types/split_count.rb +23 -0
  18. data/lib/payabli/types/subscription_query_records.rb +2 -1
  19. data/lib/payabli/types/transaction_query_records.rb +2 -1
  20. data/lib/payabli/types/transaction_query_records_customer.rb +1 -0
  21. data/lib/payabli/types/v_card_summary.rb +3 -2
  22. data/lib/payabli/types/vendor_response_stored_method.rb +1 -1
  23. data/lib/payabli/v_2_money_in_types/types/v_2_transaction_details.rb +1 -1
  24. data/lib/payabli/version.rb +1 -1
  25. data/lib/payabli.rb +8 -0
  26. data/reference.md +505 -55
  27. data/wiremock/wiremock-mappings.json +157 -16
  28. metadata +10 -2
@@ -738,6 +738,63 @@
738
738
  }
739
739
  }
740
740
  },
741
+ {
742
+ "id": "e627c75f-541a-4618-8e54-644ebf377026",
743
+ "name": "Create multi-product boarding application - default",
744
+ "request": {
745
+ "urlPathTemplate": "/Boarding/applications",
746
+ "method": "POST"
747
+ },
748
+ "response": {
749
+ "status": 200,
750
+ "body": "{\n \"responseCode\": 1,\n \"pageIdentifier\": null,\n \"roomId\": 66594,\n \"isSuccess\": true,\n \"responseText\": \"Success\",\n \"responseData\": {\n \"appId\": 66594,\n \"boardingLink\": \"https://boarding-sandbox.payabli.com/boarding/externalapp/load/10422?mode=25&email=merchant@example.com&referenceId=YpYNRPDOcGsm\"\n }\n}",
751
+ "headers": {
752
+ "Content-Type": "application/json"
753
+ }
754
+ },
755
+ "uuid": "e627c75f-541a-4618-8e54-644ebf377026",
756
+ "persistent": true,
757
+ "priority": 3,
758
+ "metadata": {
759
+ "mocklab": {
760
+ "created": {
761
+ "at": "2020-01-01T00:00:00.000Z",
762
+ "via": "SYSTEM"
763
+ }
764
+ }
765
+ }
766
+ },
767
+ {
768
+ "id": "d76b1d89-ff45-4c23-b817-3a692dc146a0",
769
+ "name": "Get multi-product boarding applications for a paypoint - default",
770
+ "request": {
771
+ "urlPathTemplate": "/Boarding/applications/{paypointId}",
772
+ "method": "GET",
773
+ "pathParameters": {
774
+ "paypointId": {
775
+ "equalTo": "12345"
776
+ }
777
+ }
778
+ },
779
+ "response": {
780
+ "status": 200,
781
+ "body": "{\n \"Records\": [\n {\n \"idApplication\": 68388,\n \"orgId\": 3125,\n \"dbaName\": \"Meadowbrook Phase II HOA A\",\n \"legalName\": \"Meadowbrook Phase II HOA B\",\n \"ein\": \"601907058\",\n \"boardingStatus\": 7,\n \"boardingSubStatus\": 0,\n \"templateId\": 8233,\n \"boardingLinkId\": 6344,\n \"contactData\": [\n {\n \"contactName\": \"Gary Heaney\",\n \"contactEmail\": \"hello@meadowbrookphaseii.com\",\n \"contactTitle\": \"Human Group Designer\",\n \"contactPhone\": \"7863078875\"\n }\n ],\n \"generalEvents\": [\n {\n \"description\": \"Created\",\n \"eventTime\": \"2026-03-17T18:56:39.8854072Z\"\n },\n {\n \"description\": \"Linked to paypoint 6257\",\n \"eventTime\": \"2026-03-17T18:56:39.885413Z\"\n },\n {\n \"description\": \"Updated Status: 7, 0\",\n \"eventTime\": \"2026-03-18T19:32:39.4012114Z\"\n }\n ]\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 0,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 0,\n \"totalRecords\": 1\n }\n}",
782
+ "headers": {
783
+ "Content-Type": "application/json"
784
+ }
785
+ },
786
+ "uuid": "d76b1d89-ff45-4c23-b817-3a692dc146a0",
787
+ "persistent": true,
788
+ "priority": 3,
789
+ "metadata": {
790
+ "mocklab": {
791
+ "created": {
792
+ "at": "2020-01-01T00:00:00.000Z",
793
+ "via": "SYSTEM"
794
+ }
795
+ }
796
+ }
797
+ },
741
798
  {
742
799
  "id": "9c7fd5b5-7180-46f3-9e7a-389ccaa662f2",
743
800
  "name": "Add response to chargeback or return - default",
@@ -783,7 +840,7 @@
783
840
  },
784
841
  "response": {
785
842
  "status": 200,
786
- "body": "{\n \"Id\": 201,\n \"ChargebackDate\": \"2022-06-25T00:00:00Z\",\n \"CaseNumber\": \"TZ45678\",\n \"ReasonCode\": \"reasonCode\",\n \"Reason\": \"Buyer dispute\",\n \"ReferenceNumber\": \"referenceNumber\",\n \"LastFour\": \"6789\",\n \"AccountType\": \"visa\",\n \"Status\": 1,\n \"Method\": \"card\",\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"ReplyBy\": \"2022-07-15T23:59:59Z\",\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"ScheduleReference\": 0,\n \"OrderId\": \"O-5140\",\n \"NetAmount\": 3762.87,\n \"TransactionTime\": \"2024-01-15T09:30:00Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"firstname\",\n \"lastname\",\n \"email\",\n \"customId\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"checkImage\": {\n \"key\": \"value\"\n },\n \"checkNumber\": \"107\",\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"d193cf9a46\",\n \"Responses\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"John Doe\",\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"id\": 672,\n \"notes\": \"any note here\"\n }\n ],\n \"Transaction\": {\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"AchSecCode\",\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"batch_226_ach_12-30-2023\",\n \"CfeeTransactions\": [\n {\n \"transactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"ConnectorName\": \"gp\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"firstname\",\n \"lastname\",\n \"email\",\n \"customId\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 1,\n \"GatewayTransId\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\",\n \"InvoiceData\": {\n \"AdditionalData\": null,\n \"attachments\": [\n {}\n ],\n \"company\": \"ACME, INC\",\n \"discount\": 10,\n \"dutyAmount\": 0,\n \"firstName\": \"Chad\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2025-07-01\",\n \"invoiceDueDate\": \"2025-07-01\",\n \"invoiceEndDate\": \"2025-07-01\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCost\": 5,\n \"itemProductName\": \"Materials deposit\",\n \"itemQty\": 1\n }\n ],\n \"lastName\": \"Mercia\",\n \"notes\": \"Example notes.\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"PO-345\",\n \"shippingAddress1\": \"123 Walnut St\",\n \"shippingAddress2\": \"STE 900\",\n \"shippingCity\": \"Johnson City\",\n \"shippingCountry\": \"US\",\n \"shippingEmail\": \"example@email.com\",\n \"shippingFromZip\": \"30040\",\n \"shippingPhone\": \"5555555555\",\n \"shippingState\": \"TN\",\n \"shippingZip\": \"37619\",\n \"summaryCommodityCode\": \"501718\",\n \"tax\": 2.05,\n \"termsConditions\": \"Must be paid before work scheduled.\"\n },\n \"Method\": \"ach\",\n \"NetAmount\": 3762.87,\n \"Operation\": \"Sale\",\n \"OrderId\": \"O-5140\",\n \"OrgId\": 123,\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"PayorId\": 1551,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 226,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"authcode\",\n \"avsresponse\": \"avsresponse\",\n \"avsresponse_text\": \"avsresponse_text\",\n \"cvvresponse\": \"cvvresponse\",\n \"cvvresponse_text\": \"cvvresponse_text\",\n \"emv_auth_response_data\": \"emv_auth_response_data\",\n \"orderid\": \"O-5140\",\n \"response\": \"response\",\n \"response_code\": \"XXX\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"CAPTURED\",\n \"transactionid\": \"TRN_XXXXXGOa87juzW\",\n \"type\": \"type\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 2,\n \"Source\": \"api\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"TotalAmount\": 30.22,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2025-10-19T00:00:00Z\",\n \"TransAdditionalData\": {\n \"key\": \"value\"\n },\n \"TransStatus\": 1\n },\n \"externalPaypointID\": null,\n \"pageidentifier\": null,\n \"messages\": [\n {\n \"Id\": 1,\n \"RoomId\": 100,\n \"UserId\": 555,\n \"UserName\": \"John Admin\",\n \"Content\": \"Chargeback initiated by customer\",\n \"CreatedAt\": \"2022-06-25T10:30:00Z\",\n \"MessageType\": 1,\n \"MessageProperties\": {\n \"status\": \"initial\"\n }\n }\n ],\n \"ServiceGroup\": \" \",\n \"DisputeType\": \"chargeback\",\n \"ProcessorName\": \"Global Payments\"\n}",
843
+ "body": "{\n \"Id\": 201,\n \"ChargebackDate\": \"2022-06-25T00:00:00Z\",\n \"CaseNumber\": \"TZ45678\",\n \"ReasonCode\": \"reasonCode\",\n \"Reason\": \"Buyer dispute\",\n \"ReferenceNumber\": \"referenceNumber\",\n \"LastFour\": \"6789\",\n \"AccountType\": \"visa\",\n \"Status\": 1,\n \"Method\": \"card\",\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"ReplyBy\": \"2022-07-15T23:59:59Z\",\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"ScheduleReference\": 0,\n \"OrderId\": \"O-5140\",\n \"NetAmount\": 3762.87,\n \"TransactionTime\": \"2024-01-15T09:30:00Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"firstname\",\n \"lastname\",\n \"email\",\n \"customId\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"checkImage\": {\n \"key\": \"value\"\n },\n \"checkNumber\": \"107\",\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"d193cf9a46\",\n \"Responses\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"John Doe\",\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"id\": 672,\n \"notes\": \"any note here\"\n }\n ],\n \"Transaction\": {\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"AchSecCode\",\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"batch_226_ach_12-30-2023\",\n \"CfeeTransactions\": [\n {\n \"transactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"ConnectorName\": \"gp\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"firstname\",\n \"lastname\",\n \"email\",\n \"customId\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 1,\n \"GatewayTransId\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\",\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"attachments\": [\n {}\n ],\n \"company\": \"ACME, INC\",\n \"discount\": 10,\n \"dutyAmount\": 0,\n \"firstName\": \"Chad\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2025-07-01\",\n \"invoiceDueDate\": \"2025-07-01\",\n \"invoiceEndDate\": \"2025-07-01\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCost\": 5,\n \"itemProductName\": \"Materials deposit\",\n \"itemQty\": 1\n }\n ],\n \"lastName\": \"Mercia\",\n \"notes\": \"Example notes.\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"PO-345\",\n \"shippingAddress1\": \"123 Walnut St\",\n \"shippingAddress2\": \"STE 900\",\n \"shippingCity\": \"Johnson City\",\n \"shippingCountry\": \"US\",\n \"shippingEmail\": \"example@email.com\",\n \"shippingFromZip\": \"30040\",\n \"shippingPhone\": \"5555555555\",\n \"shippingState\": \"TN\",\n \"shippingZip\": \"37619\",\n \"summaryCommodityCode\": \"501718\",\n \"tax\": 2.05,\n \"termsConditions\": \"Must be paid before work scheduled.\"\n },\n \"Method\": \"ach\",\n \"NetAmount\": 3762.87,\n \"Operation\": \"Sale\",\n \"OrderId\": \"O-5140\",\n \"OrgId\": 123,\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"PayorId\": 1551,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 226,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"authcode\",\n \"avsresponse\": \"avsresponse\",\n \"avsresponse_text\": \"avsresponse_text\",\n \"cvvresponse\": \"cvvresponse\",\n \"cvvresponse_text\": \"cvvresponse_text\",\n \"emv_auth_response_data\": \"emv_auth_response_data\",\n \"orderid\": \"O-5140\",\n \"response\": \"response\",\n \"response_code\": \"XXX\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"CAPTURED\",\n \"transactionid\": \"TRN_XXXXXGOa87juzW\",\n \"type\": \"type\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 2,\n \"Source\": \"api\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"splitCount\": 0,\n \"TotalAmount\": 30.22,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2025-10-19T00:00:00Z\",\n \"TransAdditionalData\": {\n \"key\": \"value\"\n },\n \"TransStatus\": 1\n },\n \"externalPaypointID\": null,\n \"pageidentifier\": null,\n \"messages\": [\n {\n \"Id\": 1,\n \"RoomId\": 100,\n \"UserId\": 555,\n \"UserName\": \"John Admin\",\n \"Content\": \"Chargeback initiated by customer\",\n \"CreatedAt\": \"2022-06-25T10:30:00Z\",\n \"MessageType\": 1,\n \"MessageProperties\": {\n \"status\": \"initial\"\n }\n }\n ],\n \"ServiceGroup\": \" \",\n \"DisputeType\": \"chargeback\",\n \"ProcessorName\": \"Global Payments\"\n}",
787
844
  "headers": {
788
845
  "Content-Type": "application/json"
789
846
  }
@@ -1004,7 +1061,7 @@
1004
1061
  },
1005
1062
  "response": {
1006
1063
  "status": 200,
1007
- "body": "{\n \"isSuccess\": true,\n \"responseData\": {\n \"customerId\": 17264,\n \"customerNumber\": \"12356ACB\",\n \"customerUsername\": null,\n \"customerStatus\": 0,\n \"Company\": null,\n \"Firstname\": \"Irene\",\n \"Lastname\": \"Canizales\",\n \"Phone\": null,\n \"Email\": \"irene@canizalesconcrete.com\",\n \"Address\": null,\n \"Address1\": \"123 Bishop's Trail\",\n \"City\": \"Mountain City\",\n \"State\": \"TN\",\n \"Zip\": \"37612\",\n \"Country\": \"US\",\n \"ShippingAddress\": null,\n \"ShippingAddress1\": null,\n \"ShippingCity\": null,\n \"ShippingState\": null,\n \"ShippingZip\": null,\n \"ShippingCountry\": null,\n \"Balance\": 0,\n \"TimeZone\": -5,\n \"MFA\": false,\n \"MFAMode\": 0,\n \"snProvider\": null,\n \"snIdentifier\": null,\n \"snData\": null,\n \"LastUpdated\": \"2024-03-13T12:49:56Z\",\n \"Created\": \"2024-03-13T12:49:56Z\",\n \"AdditionalFields\": {\n \"key\": \"value\"\n },\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Subscriptions\": null,\n \"StoredMethods\": null,\n \"customerSummary\": {\n \"numberofTransactions\": 30,\n \"recentTransactions\": [\n {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n }\n ],\n \"totalAmountTransactions\": 1500,\n \"totalNetAmountTransactions\": 1500\n },\n \"PaypointLegalname\": \"Gruzya Adventure Outfitters, LLC\",\n \"PaypointDbaname\": \"Gruzya Adventure Outfitters\",\n \"ParentOrgName\": \"The Pilgrim Planner\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"41035afaa7\",\n \"pageidentifier\": \"null\",\n \"externalPaypointID\": null,\n \"customerConsent\": null\n },\n \"responseText\": \"Success\"\n}",
1064
+ "body": "{\n \"isSuccess\": true,\n \"responseData\": {\n \"customerId\": 17264,\n \"customerNumber\": \"12356ACB\",\n \"customerUsername\": null,\n \"customerStatus\": 0,\n \"Company\": null,\n \"Firstname\": \"Irene\",\n \"Lastname\": \"Canizales\",\n \"Phone\": null,\n \"Email\": \"irene@canizalesconcrete.com\",\n \"Address\": null,\n \"Address1\": \"123 Bishop's Trail\",\n \"City\": \"Mountain City\",\n \"State\": \"TN\",\n \"Zip\": \"37612\",\n \"Country\": \"US\",\n \"ShippingAddress\": null,\n \"ShippingAddress1\": null,\n \"ShippingCity\": null,\n \"ShippingState\": null,\n \"ShippingZip\": null,\n \"ShippingCountry\": null,\n \"Balance\": 0,\n \"TimeZone\": -5,\n \"MFA\": false,\n \"MFAMode\": 0,\n \"snProvider\": null,\n \"snIdentifier\": null,\n \"snData\": null,\n \"LastUpdated\": \"2024-03-13T12:49:56Z\",\n \"Created\": \"2024-03-13T12:49:56Z\",\n \"AdditionalFields\": {\n \"key\": \"value\"\n },\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Subscriptions\": null,\n \"StoredMethods\": null,\n \"customerSummary\": {\n \"NumberofTransactions\": 30,\n \"RecentTransactions\": [\n {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"splitCount\": 0,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n }\n ],\n \"TotalAmountTransactions\": 1500,\n \"TotalNetAmountTransactions\": 1500\n },\n \"PaypointLegalname\": \"Gruzya Adventure Outfitters, LLC\",\n \"PaypointDbaname\": \"Gruzya Adventure Outfitters\",\n \"ParentOrgName\": \"The Pilgrim Planner\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"41035afaa7\",\n \"pageidentifier\": \"null\",\n \"externalPaypointID\": null,\n \"customerConsent\": null\n },\n \"responseText\": \"Success\"\n}",
1008
1065
  "headers": {
1009
1066
  "Content-Type": "application/json"
1010
1067
  }
@@ -1066,7 +1123,7 @@
1066
1123
  },
1067
1124
  "response": {
1068
1125
  "status": 200,
1069
- "body": "{\n \"customerId\": 4440,\n \"customerNumber\": \"3456-7645A\",\n \"customerUsername\": \"myusername\",\n \"customerStatus\": 1,\n \"Company\": \"AA LLC\",\n \"Firstname\": \"John\",\n \"Lastname\": \"Smith\",\n \"Phone\": \"1234567890\",\n \"Email\": \"example@email.com\",\n \"Address\": \"3245 Main St\",\n \"Address1\": \"STE 900\",\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"77777\",\n \"Country\": \"US\",\n \"ShippingAddress\": \"123 Walnut St\",\n \"ShippingAddress1\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\",\n \"ShippingCountry\": \"US\",\n \"Balance\": 1.1,\n \"TimeZone\": -5,\n \"MFA\": false,\n \"MFAMode\": 0,\n \"snProvider\": \"facebook\",\n \"snIdentifier\": \"6677fgttyudd999\",\n \"snData\": \"\",\n \"LastUpdated\": \"2021-06-16T05:00:00Z\",\n \"Created\": \"2021-06-10T05:00:00Z\",\n \"AdditionalFields\": {\n \"property1\": \"string\",\n \"property2\": \"string\"\n },\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Subscriptions\": [\n {\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"EndDate\": \"2025-10-19T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"Paypoint-100\",\n \"FeeAmount\": 3,\n \"Frequency\": \"monthly\",\n \"IdSub\": 396,\n \"LastRun\": \"2025-10-19T00:00:00Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"LeftCycles\": 15,\n \"Method\": \"card\",\n \"NetAmount\": 3762.87,\n \"NextDate\": \"2025-10-19T00:00:00Z\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 255,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PlanId\": 0,\n \"Source\": \"api\",\n \"StartDate\": \"2025-10-19T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"TransferCreated\",\n \"eventTime\": \"2023-07-05T22:31:06Z\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 103,\n \"TotalCycles\": 24,\n \"UntilCancelled\": true\n }\n ],\n \"StoredMethods\": [\n {\n \"bin\": \"411111\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"descriptor\": \"visa\",\n \"expDate\": \"1227\",\n \"holderName\": \"Chad Mercia\",\n \"idPmethod\": \"6edcbb56-9c0e-4003-b3d1-99abf149ba0e\",\n \"lastUpdated\": \"2022-07-01T15:00:01Z\",\n \"maskedAccount\": \"4XXXXXXXX1111\",\n \"method\": \"card\"\n }\n ],\n \"customerSummary\": {\n \"numberofTransactions\": 30,\n \"recentTransactions\": [\n {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n }\n ],\n \"totalAmountTransactions\": 1500,\n \"totalNetAmountTransactions\": 1500\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"d193cf9a46\",\n \"pageidentifier\": \"null\",\n \"externalPaypointID\": \"Paypoint-100\",\n \"customerConsent\": {\n \"eCommunication\": {\n \"status\": 1,\n \"updatedAt\": \"2022-07-01T15:00:01Z\"\n },\n \"sms\": {\n \"status\": 1,\n \"updatedAt\": \"2022-07-01T15:00:01Z\"\n }\n }\n}",
1126
+ "body": "{\n \"customerId\": 4440,\n \"customerNumber\": \"3456-7645A\",\n \"customerUsername\": \"myusername\",\n \"customerStatus\": 1,\n \"Company\": \"AA LLC\",\n \"Firstname\": \"John\",\n \"Lastname\": \"Smith\",\n \"Phone\": \"1234567890\",\n \"Email\": \"example@email.com\",\n \"Address\": \"3245 Main St\",\n \"Address1\": \"STE 900\",\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"77777\",\n \"Country\": \"US\",\n \"ShippingAddress\": \"123 Walnut St\",\n \"ShippingAddress1\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\",\n \"ShippingCountry\": \"US\",\n \"Balance\": 1.1,\n \"TimeZone\": -5,\n \"MFA\": false,\n \"MFAMode\": 0,\n \"snProvider\": \"facebook\",\n \"snIdentifier\": \"6677fgttyudd999\",\n \"snData\": \"\",\n \"LastUpdated\": \"2021-06-16T05:00:00Z\",\n \"Created\": \"2021-06-10T05:00:00Z\",\n \"AdditionalFields\": {\n \"property1\": \"string\",\n \"property2\": \"string\"\n },\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Subscriptions\": [\n {\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"EndDate\": \"2025-10-19T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"Paypoint-100\",\n \"FeeAmount\": 3,\n \"Frequency\": \"monthly\",\n \"IdSub\": 396,\n \"LastRun\": \"2025-10-19T00:00:00Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"LeftCycles\": 15,\n \"Method\": \"card\",\n \"NetAmount\": 3762.87,\n \"NextDate\": \"2025-10-19T00:00:00Z\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 255,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PlanId\": 0,\n \"Source\": \"api\",\n \"StartDate\": \"2025-10-19T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"TransferCreated\",\n \"eventTime\": \"2023-07-05T22:31:06Z\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 103,\n \"TotalCycles\": 24,\n \"UntilCancelled\": true\n }\n ],\n \"StoredMethods\": [\n {\n \"bin\": \"411111\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"descriptor\": \"visa\",\n \"expDate\": \"1227\",\n \"holderName\": \"Chad Mercia\",\n \"idPmethod\": \"6edcbb56-9c0e-4003-b3d1-99abf149ba0e\",\n \"lastUpdated\": \"2022-07-01T15:00:01Z\",\n \"maskedAccount\": \"4XXXXXXXX1111\",\n \"method\": \"card\"\n }\n ],\n \"customerSummary\": {\n \"NumberofTransactions\": 30,\n \"RecentTransactions\": [\n {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"splitCount\": 0,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n }\n ],\n \"TotalAmountTransactions\": 1500,\n \"TotalNetAmountTransactions\": 1500\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"PaypointEntryname\": \"d193cf9a46\",\n \"pageidentifier\": \"null\",\n \"externalPaypointID\": \"Paypoint-100\",\n \"customerConsent\": {\n \"eCommunication\": {\n \"status\": 1,\n \"updatedAt\": \"2022-07-01T15:00:01Z\"\n },\n \"sms\": {\n \"status\": 1,\n \"updatedAt\": \"2022-07-01T15:00:01Z\"\n }\n }\n}",
1070
1127
  "headers": {
1071
1128
  "Content-Type": "application/json"
1072
1129
  }
@@ -3449,7 +3506,7 @@
3449
3506
  },
3450
3507
  "response": {
3451
3508
  "status": 200,
3452
- "body": "{\n \"BatchAmount\": 10050.75,\n \"BatchNumber\": \"BN987654321\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"cFeeTransid\",\n \"feeAmount\": 1.1,\n \"operation\": \"operation\",\n \"refundId\": 4440,\n \"responseData\": {\n \"key\": \"value\"\n },\n \"settlementStatus\": 1,\n \"transactionTime\": \"2024-01-15T09:30:00Z\",\n \"transStatus\": 1\n }\n ],\n \"Customer\": {\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\",\n \"key3\": \"value3\"\n },\n \"BillingAddress1\": \"123 Willow Lane\",\n \"BillingAddress2\": \"Unit 101\",\n \"BillingCity\": \"Greenfield\",\n \"BillingCountry\": \"USA\",\n \"BillingEmail\": \"elizabeta.marion@email.com\",\n \"BillingPhone\": \"831-555-0123\",\n \"BillingState\": \"CA\",\n \"BillingZip\": \"93927\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"CUST12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Elizabeta\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\",\n \"\\\\\\\"customId\\\\\\\"\"\n ],\n \"LastName\": \"Marion\",\n \"ShippingAddress1\": \"123 Willow Lane\",\n \"ShippingAddress2\": \"Unit 101\",\n \"ShippingCity\": \"Greenfield\",\n \"ShippingCountry\": \"USA\",\n \"ShippingState\": \"CA\",\n \"ShippingZip\": \"93927\"\n },\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 5,\n \"GatewayTransId\": \"GT12345678\",\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"company\": \"Wind in the Willows Neighborhood Association, LLC\",\n \"discount\": 0,\n \"dutyAmount\": 0,\n \"firstName\": \"Elizabeta\",\n \"freightAmount\": 0,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 1000.5,\n \"invoiceDate\": \"2025-02-15\",\n \"invoiceDueDate\": \"2025-03-15\",\n \"invoiceEndDate\": \"2025-04-15\",\n \"invoiceNumber\": \"INV-20242401\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCategories\": [\n \"HOA Dues\",\n \"Annual Service\"\n ],\n \"itemCommodityCode\": \"200300\",\n \"itemCost\": 1000.5,\n \"itemDescription\": \"Annual dues for Wind in the Willows HOA.\",\n \"itemMode\": 1,\n \"itemProductCode\": \"HOADUES2024\",\n \"itemProductName\": \"HOA Annual Dues\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 1000.5,\n \"itemUnitOfMeasure\": \"service\"\n }\n ],\n \"lastName\": \"Marion\",\n \"notes\": \"Annual HOA dues for Wind in the Willows Neighborhood.\",\n \"paymentTerms\": \"NET30\",\n \"purchaseOrder\": \"PO-4321ABC\",\n \"shippingAddress1\": \"123 Willow Lane\",\n \"shippingAddress2\": \"Unit 101\",\n \"shippingCity\": \"Greenfield\",\n \"shippingCountry\": \"USA\",\n \"shippingEmail\": \"elizabeta.marion@email.com\",\n \"shippingFromZip\": \"93926\",\n \"shippingPhone\": \"831-555-0123\",\n \"shippingState\": \"CA\",\n \"shippingZip\": \"93927\",\n \"summaryCommodityCode\": \"HOA2024\",\n \"tax\": 0,\n \"termsConditions\": \"Full payment of HOA dues required within 30 days.\"\n },\n \"Method\": \"online\",\n \"NetAmount\": 995.5,\n \"Operation\": \"Sale\",\n \"OrderId\": \"DUES-123\",\n \"OrgId\": 500,\n \"ParentOrgName\": \"HOAManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Elizabeta Marion\",\n \"Initiator\": \"merchant\",\n \"MaskedAccount\": \"5xxxxxxxxxxx4321\",\n \"orderDescription\": \"Annual HOA Dues for Wind in the Willows\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n },\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"currency\": \"USD\",\n \"serviceFee\": 5,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 1000.5\n },\n \"Sequence\": \"first\",\n \"SignatureData\": \"image/png;base64,\",\n \"StoredMethodUsageType\": \"unscheduled\"\n },\n \"PaymentTransId\": \"12345-67890abcd\",\n \"PayorId\": 98765,\n \"PaypointDbaname\": \"Wind in the Willows\",\n \"PaypointEntryname\": \"72aeon12\",\n \"PaypointId\": 12345,\n \"PaypointLegalname\": \"Wind in the Willows Neighborhood Association, LLC\",\n \"PendingFeeAmount\": 0,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"M\",\n \"cvvresponse_text\": \"CVV2/CVC2 match\",\n \"emv_auth_response_data\": null,\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 1,\n \"Source\": \"web\",\n \"TotalAmount\": 1000.5,\n \"TransactionEvents\": [\n {\n \"EventTime\": \"2024-01-23T00:46:05Z\",\n \"TransEvent\": \"Created\"\n },\n {\n \"EventData\": \"response=1&responsetext=Approved&authcode=123456&transactionid=9144440&avsresponse=&cvvresponse=&orderid=434-38aXXXX8ae4cd496db737200000000&type=sale&response_code=100&verification_method=&emv_application_id=A0000000031000&emv_application_label=VISA&emv_application_preferred_name=&emv_application_pan_sequence_number=00&transaction_status_information=&masked_merchant_number=xxxxxxxx9100&masked_terminal_number=xx01\",\n \"EventTime\": \"2024-01-23T00:46:17Z\",\n \"TransEvent\": \"Approved\"\n },\n {\n \"EventData\": {\n \"action_type\": \"settle\",\n \"amount\": 1000.5,\n \"api_method\": \"\",\n \"batch_id\": \"68031555\",\n \"date\": \"20240123013414\",\n \"device_license_number\": \"\",\n \"device_nickname\": \"\",\n \"ip_address\": \"100.100.100.100\",\n \"processor_batch_id\": \"680317555\",\n \"processor_response_code\": \"\",\n \"processor_response_text\": \"\",\n \"requested_amountSpecified\": false,\n \"response_code\": \"100\",\n \"response_text\": \"SUCCESS\",\n \"source\": \"internal\",\n \"success\": 1,\n \"username\": \" \"\n },\n \"EventTime\": \"2024-01-23T01:34:14Z\",\n \"TransEvent\": \"Settled\"\n }\n ],\n \"TransactionTime\": \"2024-02-15T10:30:00Z\",\n \"TransStatus\": 2\n}",
3509
+ "body": "{\n \"BatchAmount\": 10050.75,\n \"BatchNumber\": \"BN987654321\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"cFeeTransid\",\n \"feeAmount\": 1.1,\n \"operation\": \"operation\",\n \"refundId\": 4440,\n \"responseData\": {\n \"key\": \"value\"\n },\n \"settlementStatus\": 1,\n \"transactionTime\": \"2024-01-15T09:30:00Z\",\n \"transStatus\": 1\n }\n ],\n \"Customer\": {\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\",\n \"key3\": \"value3\"\n },\n \"BillingAddress1\": \"123 Willow Lane\",\n \"BillingAddress2\": \"Unit 101\",\n \"BillingCity\": \"Greenfield\",\n \"BillingCountry\": \"USA\",\n \"BillingEmail\": \"elizabeta.marion@email.com\",\n \"BillingPhone\": \"831-555-0123\",\n \"BillingState\": \"CA\",\n \"BillingZip\": \"93927\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"CUST12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Elizabeta\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\",\n \"\\\\\\\"customId\\\\\\\"\"\n ],\n \"LastName\": \"Marion\",\n \"ShippingAddress1\": \"123 Willow Lane\",\n \"ShippingAddress2\": \"Unit 101\",\n \"ShippingCity\": \"Greenfield\",\n \"ShippingCountry\": \"USA\",\n \"ShippingState\": \"CA\",\n \"ShippingZip\": \"93927\"\n },\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 5,\n \"GatewayTransId\": \"GT12345678\",\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"company\": \"Wind in the Willows Neighborhood Association, LLC\",\n \"discount\": 0,\n \"dutyAmount\": 0,\n \"firstName\": \"Elizabeta\",\n \"freightAmount\": 0,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 1000.5,\n \"invoiceDate\": \"2025-02-15\",\n \"invoiceDueDate\": \"2025-03-15\",\n \"invoiceEndDate\": \"2025-04-15\",\n \"invoiceNumber\": \"INV-20242401\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCategories\": [\n \"HOA Dues\",\n \"Annual Service\"\n ],\n \"itemCommodityCode\": \"200300\",\n \"itemCost\": 1000.5,\n \"itemDescription\": \"Annual dues for Wind in the Willows HOA.\",\n \"itemMode\": 1,\n \"itemProductCode\": \"HOADUES2024\",\n \"itemProductName\": \"HOA Annual Dues\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 1000.5,\n \"itemUnitOfMeasure\": \"service\"\n }\n ],\n \"lastName\": \"Marion\",\n \"notes\": \"Annual HOA dues for Wind in the Willows Neighborhood.\",\n \"paymentTerms\": \"NET30\",\n \"purchaseOrder\": \"PO-4321ABC\",\n \"shippingAddress1\": \"123 Willow Lane\",\n \"shippingAddress2\": \"Unit 101\",\n \"shippingCity\": \"Greenfield\",\n \"shippingCountry\": \"USA\",\n \"shippingEmail\": \"elizabeta.marion@email.com\",\n \"shippingFromZip\": \"93926\",\n \"shippingPhone\": \"831-555-0123\",\n \"shippingState\": \"CA\",\n \"shippingZip\": \"93927\",\n \"summaryCommodityCode\": \"HOA2024\",\n \"tax\": 0,\n \"termsConditions\": \"Full payment of HOA dues required within 30 days.\"\n },\n \"Method\": \"online\",\n \"NetAmount\": 995.5,\n \"Operation\": \"Sale\",\n \"OrderId\": \"DUES-123\",\n \"OrgId\": 500,\n \"ParentOrgName\": \"HOAManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Elizabeta Marion\",\n \"Initiator\": \"merchant\",\n \"MaskedAccount\": \"5xxxxxxxxxxx4321\",\n \"orderDescription\": \"Annual HOA Dues for Wind in the Willows\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n },\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"currency\": \"USD\",\n \"serviceFee\": 5,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 1000.5\n },\n \"Sequence\": \"first\",\n \"SignatureData\": \"image/png;base64,\",\n \"StoredMethodUsageType\": \"unscheduled\"\n },\n \"PaymentTransId\": \"12345-67890abcd\",\n \"PayorId\": 98765,\n \"PaypointDbaname\": \"Wind in the Willows\",\n \"PaypointEntryname\": \"72aeon12\",\n \"PaypointId\": 12345,\n \"PaypointLegalname\": \"Wind in the Willows Neighborhood Association, LLC\",\n \"PendingFeeAmount\": 0,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"M\",\n \"cvvresponse_text\": \"CVV2/CVC2 match\",\n \"emv_auth_response_data\": null,\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 1,\n \"Source\": \"web\",\n \"splitCount\": 0,\n \"TotalAmount\": 1000.5,\n \"TransactionEvents\": [\n {\n \"EventTime\": \"2024-01-23T00:46:05Z\",\n \"TransEvent\": \"Created\"\n },\n {\n \"EventData\": \"response=1&responsetext=Approved&authcode=123456&transactionid=9144440&avsresponse=&cvvresponse=&orderid=434-38aXXXX8ae4cd496db737200000000&type=sale&response_code=100&verification_method=&emv_application_id=A0000000031000&emv_application_label=VISA&emv_application_preferred_name=&emv_application_pan_sequence_number=00&transaction_status_information=&masked_merchant_number=xxxxxxxx9100&masked_terminal_number=xx01\",\n \"EventTime\": \"2024-01-23T00:46:17Z\",\n \"TransEvent\": \"Approved\"\n },\n {\n \"EventData\": {\n \"action_type\": \"settle\",\n \"amount\": 1000.5,\n \"api_method\": \"\",\n \"batch_id\": \"68031555\",\n \"date\": \"20240123013414\",\n \"device_license_number\": \"\",\n \"device_nickname\": \"\",\n \"ip_address\": \"100.100.100.100\",\n \"processor_batch_id\": \"680317555\",\n \"processor_response_code\": \"\",\n \"processor_response_text\": \"\",\n \"requested_amountSpecified\": false,\n \"response_code\": \"100\",\n \"response_text\": \"SUCCESS\",\n \"source\": \"internal\",\n \"success\": 1,\n \"username\": \" \"\n },\n \"EventTime\": \"2024-01-23T01:34:14Z\",\n \"TransEvent\": \"Settled\"\n }\n ],\n \"TransactionTime\": \"2024-02-15T10:30:00Z\",\n \"TransStatus\": 2\n}",
3453
3510
  "headers": {
3454
3511
  "Content-Type": "application/json"
3455
3512
  }
@@ -6023,7 +6080,7 @@
6023
6080
  },
6024
6081
  "response": {
6025
6082
  "status": 200,
6026
- "body": "{\n \"Records\": [\n {\n \"AccountType\": \"4XXXXXX0003\",\n \"CaseNumber\": \"00001\",\n \"ChargebackDate\": \"2023-02-08T00:00:00Z\",\n \"CreatedAt\": \"2023-02-20T15:36:49Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"321 Big Sky Road\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Helena\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"janis.berzins@example.com\",\n \"BillingPhone\": \"406-555-0123\",\n \"BillingState\": \"MT\",\n \"BillingZip\": \"59601\",\n \"CompanyName\": \"Big Sky Imports\",\n \"customerId\": 1324,\n \"CustomerNumber\": \"12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Janis\",\n \"Identifiers\": [\n \"firstname\",\n \"email\"\n ],\n \"LastName\": \"Berzins\",\n \"ShippingAddress1\": \"321 Big Sky Road\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"Helena\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"MT\",\n \"ShippingZip\": \"59601\"\n },\n \"externalPaypointID\": \"f743aed24a-10\",\n \"Id\": 578,\n \"LastFour\": \"4XXXXXX0003\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"OrderId\": \"\",\n \"ParentOrgName\": \"Par\",\n \"PaymentData\": {\n \"AccountExp\": \"0330\",\n \"AccountType\": \"visa\",\n \"HolderName\": \"Janis Berzins\",\n \"MaskedAccount\": \"4XXXXXX0003\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"StoredId\": \"stored-id-123\"\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"f743aed24a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Reason\": \"Testing\",\n \"ReasonCode\": \"00001\",\n \"ReferenceNumber\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"ReplyBy\": \"2023-03-02T15:36:49Z\",\n \"ScheduleReference\": 0,\n \"Status\": 3,\n \"Transaction\": {\n \"BatchAmount\": 0,\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"321 Big Sky Road\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Helena\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"janis.berzins@example.com\",\n \"BillingPhone\": \"406-555-0123\",\n \"BillingState\": \"MT\",\n \"BillingZip\": \"59601\",\n \"CompanyName\": \"Big Sky Imports\",\n \"customerId\": 1324,\n \"CustomerNumber\": \"12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Janis\",\n \"Identifiers\": [\n \"firstname\",\n \"email\"\n ],\n \"LastName\": \"Berzins\",\n \"ShippingAddress1\": \"321 Big Sky Road\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"Helena\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"MT\",\n \"ShippingZip\": \"59601\"\n },\n \"EntrypageId\": 0,\n \"FeeAmount\": 0.06,\n \"GatewayTransId\": \"8082800000\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"Operation\": \"Sale\",\n \"OrderId\": \"\",\n \"OrgId\": 0,\n \"PaymentData\": {\n \"AccountExp\": \"0330\",\n \"AccountType\": \"visa\",\n \"HolderName\": \"Lisandra Sosa\",\n \"MaskedAccount\": \"4XXXXXX0003\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0.06,\n \"totalAmount\": 1.56\n }\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"PayorId\": 0,\n \"PaypointId\": 0,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"N\",\n \"cvvresponse_text\": \"CVV2/CVC2 no match\",\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 0,\n \"Source\": \"api\",\n \"TotalAmount\": 1.56,\n \"TransactionEvents\": [\n {\n \"EventTime\": \"2023-02-20T15:36:47Z\",\n \"TransEvent\": \"created\"\n },\n {\n \"EventData\": \"response=1&responsetext=SUCCESS&authcode=123456&transactionid=8082800000&avsresponse=N&cvvresponse=N&orderid=10-bfcd5a17861d4a8690ca53c00000X&type=sale&response_code=100\",\n \"EventTime\": \"2023-02-20T15:36:49Z\",\n \"TransEvent\": \"Approved\"\n }\n ],\n \"TransactionTime\": \"2023-02-20T15:36:47Z\",\n \"TransStatus\": 1\n },\n \"TransactionTime\": \"2023-02-20T15:36:47Z\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 1.56,\n \"totalNetAmount\": 1.5,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
6083
+ "body": "{\n \"Records\": [\n {\n \"AccountType\": \"4XXXXXX0003\",\n \"CaseNumber\": \"00001\",\n \"ChargebackDate\": \"2023-02-08T00:00:00Z\",\n \"CreatedAt\": \"2023-02-20T15:36:49Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"321 Big Sky Road\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Helena\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"janis.berzins@example.com\",\n \"BillingPhone\": \"406-555-0123\",\n \"BillingState\": \"MT\",\n \"BillingZip\": \"59601\",\n \"CompanyName\": \"Big Sky Imports\",\n \"customerId\": 1324,\n \"CustomerNumber\": \"12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Janis\",\n \"Identifiers\": [\n \"firstname\",\n \"email\"\n ],\n \"LastName\": \"Berzins\",\n \"ShippingAddress1\": \"321 Big Sky Road\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"Helena\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"MT\",\n \"ShippingZip\": \"59601\"\n },\n \"externalPaypointID\": \"f743aed24a-10\",\n \"Id\": 578,\n \"LastFour\": \"4XXXXXX0003\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"OrderId\": \"\",\n \"ParentOrgName\": \"Par\",\n \"PaymentData\": {\n \"AccountExp\": \"0330\",\n \"AccountType\": \"visa\",\n \"HolderName\": \"Janis Berzins\",\n \"MaskedAccount\": \"4XXXXXX0003\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"StoredId\": \"stored-id-123\"\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"f743aed24a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Reason\": \"Testing\",\n \"ReasonCode\": \"00001\",\n \"ReferenceNumber\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"ReplyBy\": \"2023-03-02T15:36:49Z\",\n \"ScheduleReference\": 0,\n \"Status\": 3,\n \"Transaction\": {\n \"BatchAmount\": 0,\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"321 Big Sky Road\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Helena\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"janis.berzins@example.com\",\n \"BillingPhone\": \"406-555-0123\",\n \"BillingState\": \"MT\",\n \"BillingZip\": \"59601\",\n \"CompanyName\": \"Big Sky Imports\",\n \"customerId\": 1324,\n \"CustomerNumber\": \"12345\",\n \"customerStatus\": 1,\n \"FirstName\": \"Janis\",\n \"Identifiers\": [\n \"firstname\",\n \"email\"\n ],\n \"LastName\": \"Berzins\",\n \"ShippingAddress1\": \"321 Big Sky Road\",\n \"ShippingAddress2\": \"\",\n \"ShippingCity\": \"Helena\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"MT\",\n \"ShippingZip\": \"59601\"\n },\n \"EntrypageId\": 0,\n \"FeeAmount\": 0.06,\n \"GatewayTransId\": \"8082800000\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"Operation\": \"Sale\",\n \"OrderId\": \"\",\n \"OrgId\": 0,\n \"PaymentData\": {\n \"AccountExp\": \"0330\",\n \"AccountType\": \"visa\",\n \"HolderName\": \"Lisandra Sosa\",\n \"MaskedAccount\": \"4XXXXXX0003\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0.06,\n \"totalAmount\": 1.56\n }\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"PayorId\": 0,\n \"PaypointId\": 0,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"N\",\n \"cvvresponse_text\": \"CVV2/CVC2 no match\",\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 0,\n \"Source\": \"api\",\n \"splitCount\": 0,\n \"TotalAmount\": 1.56,\n \"TransactionEvents\": [\n {\n \"EventTime\": \"2023-02-20T15:36:47Z\",\n \"TransEvent\": \"created\"\n },\n {\n \"EventData\": \"response=1&responsetext=SUCCESS&authcode=123456&transactionid=8082800000&avsresponse=N&cvvresponse=N&orderid=10-bfcd5a17861d4a8690ca53c00000X&type=sale&response_code=100\",\n \"EventTime\": \"2023-02-20T15:36:49Z\",\n \"TransEvent\": \"Approved\"\n }\n ],\n \"TransactionTime\": \"2023-02-20T15:36:47Z\",\n \"TransStatus\": 1\n },\n \"TransactionTime\": \"2023-02-20T15:36:47Z\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 1.56,\n \"totalNetAmount\": 1.5,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
6027
6084
  "headers": {
6028
6085
  "Content-Type": "application/json"
6029
6086
  }
@@ -6065,7 +6122,7 @@
6065
6122
  },
6066
6123
  "response": {
6067
6124
  "status": 200,
6068
- "body": "{\n \"Records\": [\n {\n \"AccountType\": \"4XXXXXX0003\",\n \"CaseNumber\": \"00001\",\n \"ChargebackDate\": \"2023-02-08T00:00:00Z\",\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"externalPaypointID\": \"Paypoint-100\",\n \"Id\": 578,\n \"LastFour\": \"4XXXXXX0003\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"OrderId\": \"O-5140\",\n \"pageidentifier\": \"null\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c142ca3810\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"Reason\": \"Testing\",\n \"ReasonCode\": \"00001\",\n \"ReferenceNumber\": \"10-bfcd5a17861d4a8690ca53c142ca3810\",\n \"ReplyBy\": \"2022-07-11T15:00:01Z\",\n \"Responses\": \"Responses\",\n \"ScheduleReference\": 0,\n \"Status\": 3,\n \"Transaction\": {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n },\n \"TransactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
6125
+ "body": "{\n \"Records\": [\n {\n \"AccountType\": \"4XXXXXX0003\",\n \"CaseNumber\": \"00001\",\n \"ChargebackDate\": \"2023-02-08T00:00:00Z\",\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"externalPaypointID\": \"Paypoint-100\",\n \"Id\": 578,\n \"LastFour\": \"4XXXXXX0003\",\n \"Method\": \"card\",\n \"NetAmount\": 1.5,\n \"OrderId\": \"O-5140\",\n \"pageidentifier\": \"null\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaymentTransId\": \"10-bfcd5a17861d4a8690ca53c142ca3810\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"Reason\": \"Testing\",\n \"ReasonCode\": \"00001\",\n \"ReferenceNumber\": \"10-bfcd5a17861d4a8690ca53c142ca3810\",\n \"ReplyBy\": \"2022-07-11T15:00:01Z\",\n \"Responses\": \"Responses\",\n \"ScheduleReference\": 0,\n \"Status\": 3,\n \"Transaction\": {\n \"EntrypageId\": 0,\n \"FeeAmount\": 1,\n \"PayorId\": 1551,\n \"PaypointId\": 226,\n \"SettlementStatus\": 2,\n \"splitCount\": 0,\n \"TotalAmount\": 30.22,\n \"TransStatus\": 1\n },\n \"TransactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
6069
6126
  "headers": {
6070
6127
  "Content-Type": "application/json"
6071
6128
  }
@@ -6107,7 +6164,7 @@
6107
6164
  },
6108
6165
  "response": {
6109
6166
  "status": 200,
6110
- "body": "{\n \"Records\": [\n {\n \"Address\": \"1234 Bayou Road\",\n \"Address1\": \"Suite 2\",\n \"Balance\": 0,\n \"City\": \"Lafayette\",\n \"Company\": \"Boudreaux's Shop\",\n \"Country\": \"US\",\n \"Created\": \"2023-12-20T13:07:48Z\",\n \"customerId\": 2876,\n \"customerNumber\": \"425436530000\",\n \"customerStatus\": 0,\n \"customerSummary\": {\n \"numberofTransactions\": 30,\n \"totalAmountTransactions\": 1500,\n \"totalNetAmountTransactions\": 1500\n },\n \"Email\": \"thibodeaux.hebert@bayoumail.com\",\n \"externalPaypointID\": \"pay-10\",\n \"Firstname\": \"Thibodeaux\",\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Lastname\": \"Hebert\",\n \"LastUpdated\": \"2023-12-20T13:07:48Z\",\n \"MFA\": false,\n \"MFAMode\": 0,\n \"ParentOrgName\": \"SupplyPro\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Phone\": \"(504) 823-4566\",\n \"ShippingAddress\": \"1234 Bayou Road\",\n \"ShippingAddress1\": \"Suite 2\",\n \"ShippingCity\": \"Lafayette\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"LA\",\n \"ShippingZip\": \"70501\",\n \"State\": \"LA\",\n \"TimeZone\": 0,\n \"Zip\": \"70501\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 26,\n \"totalRecords\": 510\n }\n}",
6167
+ "body": "{\n \"Records\": [\n {\n \"Address\": \"1234 Bayou Road\",\n \"Address1\": \"Suite 2\",\n \"Balance\": 0,\n \"City\": \"Lafayette\",\n \"Company\": \"Boudreaux's Shop\",\n \"Country\": \"US\",\n \"Created\": \"2023-12-20T13:07:48Z\",\n \"customerId\": 2876,\n \"customerNumber\": \"425436530000\",\n \"customerStatus\": 0,\n \"customerSummary\": {\n \"NumberofTransactions\": 30,\n \"TotalAmountTransactions\": 1500,\n \"TotalNetAmountTransactions\": 1500\n },\n \"Email\": \"thibodeaux.hebert@bayoumail.com\",\n \"externalPaypointID\": \"pay-10\",\n \"Firstname\": \"Thibodeaux\",\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Lastname\": \"Hebert\",\n \"LastUpdated\": \"2023-12-20T13:07:48Z\",\n \"MFA\": false,\n \"MFAMode\": 0,\n \"ParentOrgName\": \"SupplyPro\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Phone\": \"(504) 823-4566\",\n \"ShippingAddress\": \"1234 Bayou Road\",\n \"ShippingAddress1\": \"Suite 2\",\n \"ShippingCity\": \"Lafayette\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"LA\",\n \"ShippingZip\": \"70501\",\n \"State\": \"LA\",\n \"TimeZone\": 0,\n \"Zip\": \"70501\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 26,\n \"totalRecords\": 510\n }\n}",
6111
6168
  "headers": {
6112
6169
  "Content-Type": "application/json"
6113
6170
  }
@@ -6149,7 +6206,7 @@
6149
6206
  },
6150
6207
  "response": {
6151
6208
  "status": 200,
6152
- "body": "{\n \"Records\": [\n {\n \"Address\": \"1234 Bayou Road\",\n \"Address1\": \"Suite 2\",\n \"Balance\": 0,\n \"City\": \"Lafayette\",\n \"Company\": \"Boudreaux's Shop\",\n \"Country\": \"US\",\n \"Created\": \"2023-12-20T13:07:48Z\",\n \"customerId\": 2876,\n \"customerNumber\": \"425436530000\",\n \"customerStatus\": 0,\n \"customerSummary\": {\n \"numberofTransactions\": 30,\n \"totalAmountTransactions\": 1500,\n \"totalNetAmountTransactions\": 1500\n },\n \"Email\": \"thibodeaux.hebert@bayoumail.com\",\n \"externalPaypointID\": \"pay-10\",\n \"Firstname\": \"Thibodeaux\",\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Lastname\": \"Hebert\",\n \"LastUpdated\": \"2023-12-20T13:07:48Z\",\n \"MFA\": false,\n \"MFAMode\": 0,\n \"ParentOrgName\": \"SupplyPro\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Phone\": \"(504) 823-4566\",\n \"ShippingAddress\": \"1234 Bayou Road\",\n \"ShippingAddress1\": \"Suite 2\",\n \"ShippingCity\": \"Lafayette\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"LA\",\n \"ShippingZip\": \"70501\",\n \"State\": \"LA\",\n \"TimeZone\": 0,\n \"Zip\": \"70501\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 26,\n \"totalRecords\": 510\n }\n}",
6209
+ "body": "{\n \"Records\": [\n {\n \"Address\": \"1234 Bayou Road\",\n \"Address1\": \"Suite 2\",\n \"Balance\": 0,\n \"City\": \"Lafayette\",\n \"Company\": \"Boudreaux's Shop\",\n \"Country\": \"US\",\n \"Created\": \"2023-12-20T13:07:48Z\",\n \"customerId\": 2876,\n \"customerNumber\": \"425436530000\",\n \"customerStatus\": 0,\n \"customerSummary\": {\n \"NumberofTransactions\": 30,\n \"TotalAmountTransactions\": 1500,\n \"TotalNetAmountTransactions\": 1500\n },\n \"Email\": \"thibodeaux.hebert@bayoumail.com\",\n \"externalPaypointID\": \"pay-10\",\n \"Firstname\": \"Thibodeaux\",\n \"IdentifierFields\": [\n \"email\"\n ],\n \"Lastname\": \"Hebert\",\n \"LastUpdated\": \"2023-12-20T13:07:48Z\",\n \"MFA\": false,\n \"MFAMode\": 0,\n \"ParentOrgName\": \"SupplyPro\",\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"Phone\": \"(504) 823-4566\",\n \"ShippingAddress\": \"1234 Bayou Road\",\n \"ShippingAddress1\": \"Suite 2\",\n \"ShippingCity\": \"Lafayette\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"LA\",\n \"ShippingZip\": \"70501\",\n \"State\": \"LA\",\n \"TimeZone\": 0,\n \"Zip\": \"70501\"\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 26,\n \"totalRecords\": 510\n }\n}",
6153
6210
  "headers": {
6154
6211
  "Content-Type": "application/json"
6155
6212
  }
@@ -6695,7 +6752,7 @@
6695
6752
  },
6696
6753
  "response": {
6697
6754
  "status": 200,
6698
- "body": "{\n \"Records\": [\n {\n \"CreatedAt\": \"2023-12-14T08:51:10Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"68 Golden Drive\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Johnson City\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"company@payabli.com\",\n \"BillingPhone\": \"\",\n \"BillingState\": \"TN\",\n \"BillingZip\": \"37612\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 1323,\n \"CustomerNumber\": \"1234\",\n \"customerStatus\": 1,\n \"FirstName\": \"Lisandra\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\"\n ],\n \"LastName\": \"Smitch\",\n \"ShippingAddress1\": \"68 Golden Drive\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37612\"\n },\n \"EndDate\": \"2026-03-20T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"f743aed24a-10\",\n \"FeeAmount\": 0,\n \"Frequency\": \"monthly\",\n \"IdSub\": 580,\n \"InvoiceData\": {\n \"AdditionalData\": null,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 100,\n \"invoiceNumber\": \"QA-1702561870\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCost\": 10,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat replacement\",\n \"itemQty\": 5,\n \"itemTotalAmount\": 50\n },\n {\n \"itemCost\": 5,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat clean\",\n \"itemQty\": 10,\n \"itemTotalAmount\": 50\n }\n ]\n },\n \"LastRun\": \"2024-01-02T14:32:11Z\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"LeftCycles\": 20,\n \"Method\": \"card\",\n \"NetAmount\": 10,\n \"NextDate\": \"2024-07-20T00:00:00Z\",\n \"ParentOrgName\": \"FitnessManager\",\n \"PaymentData\": {\n \"AccountExp\": \"0924\",\n \"AccountType\": \"unknown\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Mr. Michael Abernathy\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"2222 4XXXXXX0010\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Athlete Factory LLC\",\n \"PaypointEntryname\": \"473ac58b0\",\n \"PaypointId\": 10,\n \"PaypointLegalname\": \"Athlete Factory LLC\",\n \"PlanId\": 1,\n \"StartDate\": \"2024-07-20T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"created\",\n \"eventTime\": \"2023-12-14T13:51:10Z\",\n \"refData\": \"00-3470dfe2658b492811630255602f3fb5-d06fe0f72110000-00\"\n },\n {\n \"description\": \"updated\",\n \"eventTime\": \"2023-12-15T10:30:00Z\",\n \"refData\": \"01-1234abcde6789fghij4567klmnopqr89-abcdefghi12345678-01\",\n \"source\": \"web app\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 100,\n \"TotalCycles\": 20,\n \"UntilCancelled\": false\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 150.22,\n \"totalNetAmount\": 150.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6755
+ "body": "{\n \"Records\": [\n {\n \"CreatedAt\": \"2023-12-14T08:51:10Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"68 Golden Drive\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Johnson City\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"company@payabli.com\",\n \"BillingPhone\": \"\",\n \"BillingState\": \"TN\",\n \"BillingZip\": \"37612\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 1323,\n \"CustomerNumber\": \"1234\",\n \"customerStatus\": 1,\n \"FirstName\": \"Lisandra\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\"\n ],\n \"LastName\": \"Smitch\",\n \"ShippingAddress1\": \"68 Golden Drive\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37612\"\n },\n \"EndDate\": \"2026-03-20T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"f743aed24a-10\",\n \"FeeAmount\": 0,\n \"Frequency\": \"monthly\",\n \"IdSub\": 580,\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 100,\n \"invoiceNumber\": \"QA-1702561870\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCost\": 10,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat replacement\",\n \"itemQty\": 5,\n \"itemTotalAmount\": 50\n },\n {\n \"itemCost\": 5,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat clean\",\n \"itemQty\": 10,\n \"itemTotalAmount\": 50\n }\n ]\n },\n \"LastRun\": \"2024-01-02T14:32:11Z\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"LeftCycles\": 20,\n \"Method\": \"card\",\n \"NetAmount\": 10,\n \"NextDate\": \"2024-07-20T00:00:00Z\",\n \"ParentOrgName\": \"FitnessManager\",\n \"PaymentData\": {\n \"AccountExp\": \"0924\",\n \"AccountType\": \"unknown\",\n \"AccountZip\": \"37612\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Lisandra Smitch\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"2222 4XXXXXX0010\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Athlete Factory LLC\",\n \"PaypointEntryname\": \"473ac58b0\",\n \"PaypointId\": 10,\n \"PaypointLegalname\": \"Athlete Factory LLC\",\n \"PlanId\": 1,\n \"StartDate\": \"2024-07-20T00:00:00Z\",\n \"StoredMethod\": {\n \"IdPmethod\": \"6edcbb56-9c0e-4003-b3d1-99abf149ba0e\",\n \"Method\": \"card\",\n \"Descriptor\": \"Visa for subscriptions\",\n \"MaskedAccount\": \"4XXXXXXX0010\",\n \"ExpDate\": \"0924\",\n \"HolderName\": \"Lisandra Smitch\",\n \"AchSecCode\": null,\n \"AchHolderType\": null,\n \"IsValidatedACH\": false,\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"37612\",\n \"MethodType\": \"Single Merchant\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"CardUpdatedOn\": null\n },\n \"SubEvents\": [\n {\n \"description\": \"created\",\n \"eventTime\": \"2023-12-14T13:51:10Z\",\n \"refData\": \"00-3470dfe2658b492811630255602f3fb5-d06fe0f72110000-00\"\n },\n {\n \"description\": \"updated\",\n \"eventTime\": \"2023-12-15T10:30:00Z\",\n \"refData\": \"01-1234abcde6789fghij4567klmnopqr89-abcdefghi12345678-01\",\n \"source\": \"web app\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 100,\n \"TotalCycles\": 20,\n \"UntilCancelled\": false\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 150.22,\n \"totalNetAmount\": 150.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6699
6756
  "headers": {
6700
6757
  "Content-Type": "application/json"
6701
6758
  }
@@ -6737,7 +6794,7 @@
6737
6794
  },
6738
6795
  "response": {
6739
6796
  "status": 200,
6740
- "body": "{\n \"Records\": [\n {\n \"CreatedAt\": \"2023-12-14T08:51:10Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"68 Golden Drive\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Johnson City\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"company@payabli.com\",\n \"BillingPhone\": \"\",\n \"BillingState\": \"TN\",\n \"BillingZip\": \"37612\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 1323,\n \"CustomerNumber\": \"1234\",\n \"customerStatus\": 1,\n \"FirstName\": \"Lisandra\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\"\n ],\n \"LastName\": \"Smitch\",\n \"ShippingAddress1\": \"68 Golden Drive\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37612\"\n },\n \"EndDate\": \"2026-03-20T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"f743aed24a-10\",\n \"FeeAmount\": 0,\n \"Frequency\": \"monthly\",\n \"IdSub\": 580,\n \"InvoiceData\": {\n \"AdditionalData\": null,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 100,\n \"invoiceNumber\": \"QA-1702561870\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCost\": 10,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat replacement\",\n \"itemQty\": 5,\n \"itemTotalAmount\": 50\n },\n {\n \"itemCost\": 5,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat clean\",\n \"itemQty\": 10,\n \"itemTotalAmount\": 50\n }\n ]\n },\n \"LastRun\": \"2024-01-02T14:32:11Z\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"LeftCycles\": 20,\n \"Method\": \"card\",\n \"NetAmount\": 10,\n \"NextDate\": \"2024-07-20T00:00:00Z\",\n \"ParentOrgName\": \"FitnessManager\",\n \"PaymentData\": {\n \"AccountExp\": \"0924\",\n \"AccountType\": \"unknow\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Mr. Michael Abernathy\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"2222 4XXXXXX0010\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Athlete Factory LLC\",\n \"PaypointEntryname\": \"473ac58b0\",\n \"PaypointId\": 10,\n \"PaypointLegalname\": \"Athlete Factory LLC\",\n \"PlanId\": 1,\n \"StartDate\": \"2024-07-20T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"created\",\n \"eventTime\": \"2023-12-14T13:51:10Z\",\n \"refData\": \"00-3470dfe2658b492811630255602f3fb5-d06fe0f72110000-00\"\n },\n {\n \"description\": \"updated\",\n \"eventTime\": \"2023-12-15T10:30:00Z\",\n \"refData\": \"01-1234abcde6789fghij4567klmnopqr89-abcdefghi12345678-01\",\n \"source\": \"web app\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 100,\n \"TotalCycles\": 20,\n \"UntilCancelled\": false\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 150.22,\n \"totalNetAmount\": 150.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6797
+ "body": "{\n \"Records\": [\n {\n \"CreatedAt\": \"2023-12-14T08:51:10Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"68 Golden Drive\",\n \"BillingAddress2\": \"\",\n \"BillingCity\": \"Johnson City\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"company@payabli.com\",\n \"BillingPhone\": \"\",\n \"BillingState\": \"TN\",\n \"BillingZip\": \"37612\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 1323,\n \"CustomerNumber\": \"1234\",\n \"customerStatus\": 1,\n \"FirstName\": \"Lisandra\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\"\n ],\n \"LastName\": \"Smitch\",\n \"ShippingAddress1\": \"68 Golden Drive\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37612\"\n },\n \"EndDate\": \"2026-03-20T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"f743aed24a-10\",\n \"FeeAmount\": 0,\n \"Frequency\": \"monthly\",\n \"IdSub\": 580,\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 100,\n \"invoiceNumber\": \"QA-1702561870\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 1,\n \"items\": [\n {\n \"itemCost\": 10,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat replacement\",\n \"itemQty\": 5,\n \"itemTotalAmount\": 50\n },\n {\n \"itemCost\": 5,\n \"itemDescription\": \"service\",\n \"itemMode\": 1,\n \"itemProductName\": \"Mat clean\",\n \"itemQty\": 10,\n \"itemTotalAmount\": 50\n }\n ]\n },\n \"LastRun\": \"2024-01-02T14:32:11Z\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"LeftCycles\": 20,\n \"Method\": \"card\",\n \"NetAmount\": 10,\n \"NextDate\": \"2024-07-20T00:00:00Z\",\n \"ParentOrgName\": \"FitnessManager\",\n \"PaymentData\": {\n \"AccountExp\": \"0924\",\n \"AccountType\": \"unknow\",\n \"AccountZip\": \"37612\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Lisandra Smitch\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"2222 4XXXXXX0010\",\n \"paymentDetails\": {\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Athlete Factory LLC\",\n \"PaypointEntryname\": \"473ac58b0\",\n \"PaypointId\": 10,\n \"PaypointLegalname\": \"Athlete Factory LLC\",\n \"PlanId\": 1,\n \"StartDate\": \"2024-07-20T00:00:00Z\",\n \"StoredMethod\": {\n \"IdPmethod\": \"6edcbb56-9c0e-4003-b3d1-99abf149ba0e\",\n \"Method\": \"card\",\n \"Descriptor\": \"Visa for subscriptions\",\n \"MaskedAccount\": \"4XXXXXXX0010\",\n \"ExpDate\": \"0924\",\n \"HolderName\": \"Lisandra Smitch\",\n \"AchSecCode\": null,\n \"AchHolderType\": null,\n \"IsValidatedACH\": false,\n \"BIN\": \"\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"ABA\": \"\",\n \"PostalCode\": \"37612\",\n \"MethodType\": \"Single Merchant\",\n \"LastUpdated\": \"2023-12-14T08:51:10Z\",\n \"CardUpdatedOn\": null\n },\n \"SubEvents\": [\n {\n \"description\": \"created\",\n \"eventTime\": \"2023-12-14T13:51:10Z\",\n \"refData\": \"00-3470dfe2658b492811630255602f3fb5-d06fe0f72110000-00\"\n },\n {\n \"description\": \"updated\",\n \"eventTime\": \"2023-12-15T10:30:00Z\",\n \"refData\": \"01-1234abcde6789fghij4567klmnopqr89-abcdefghi12345678-01\",\n \"source\": \"web app\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 100,\n \"TotalCycles\": 20,\n \"UntilCancelled\": false\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 150.22,\n \"totalNetAmount\": 150.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6741
6798
  "headers": {
6742
6799
  "Content-Type": "application/json"
6743
6800
  }
@@ -6863,7 +6920,7 @@
6863
6920
  },
6864
6921
  "response": {
6865
6922
  "status": 200,
6866
- "body": "{\n \"Records\": [\n {\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"1234567\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"string\",\n \"feeAmount\": 0,\n \"operation\": \"string\",\n \"refundId\": 0,\n \"settlementStatus\": 0,\n \"transactionTime\": \"2019-08-24T14:15:22Z\",\n \"transStatus\": 0\n }\n ],\n \"ConnectorName\": \"gp\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 street\",\n \"BillingAddress2\": \"string\",\n \"BillingCity\": \"myCity\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"customer@mail.com\",\n \"BillingPhone\": \"1234567890\",\n \"BillingState\": \"CA\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 34,\n \"CustomerNumber\": \"3456-7645A\",\n \"FirstName\": \"John\",\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"string\",\n \"ShippingAddress2\": \"string\",\n \"ShippingCity\": \"string\",\n \"ShippingCountry\": \"string\",\n \"ShippingState\": \"string\",\n \"ShippingZip\": \"string\"\n },\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \" \",\n \"FeeAmount\": 10.25,\n \"GatewayTransId\": \"string\",\n \"InvoiceData\": {\n \"attachments\": [\n {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n }\n ],\n \"company\": \"string\",\n \"discount\": 0,\n \"dutyAmount\": 0,\n \"firstName\": \"string\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2026-01-01\",\n \"invoiceDueDate\": \"2026-01-15\",\n \"invoiceEndDate\": \"2026-01-15\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 0,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCategories\": [\n \"string\"\n ],\n \"itemCommodityCode\": \"string\",\n \"itemCost\": 1,\n \"itemDescription\": \"string\",\n \"itemMode\": 0,\n \"itemProductCode\": \"string\",\n \"itemProductName\": \"product 01\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 0,\n \"itemUnitOfMeasure\": \"U\"\n }\n ],\n \"lastName\": \"string\",\n \"notes\": \"string\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"string\",\n \"shippingAddress1\": \"string\",\n \"shippingAddress2\": \"string\",\n \"shippingCity\": \"string\",\n \"shippingCountry\": \"string\",\n \"shippingEmail\": \"string\",\n \"shippingFromZip\": \"string\",\n \"shippingPhone\": \"string\",\n \"shippingState\": \"string\",\n \"shippingZip\": \"string\",\n \"summaryCommodityCode\": \"string\",\n \"tax\": 2.05,\n \"termsConditions\": \"string\"\n },\n \"Method\": \"card\",\n \"NetAmount\": 100,\n \"Operation\": \"Sale\",\n \"OrderId\": \"9876543\",\n \"OrgId\": 2,\n \"ParentOrgName\": \"Payabli\",\n \"PaymentData\": {\n \"AccountExp\": \"0426\",\n \"AccountType\": \"visa\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"VISA\",\n \"binCardType\": \"DEBIT\",\n \"binCardCategory\": \"CLASSIC\",\n \"binCardIssuer\": \"CONOTOXIA SP. Z O.O\",\n \"binCardIssuerCountry\": \"POLAND\",\n \"binCardIssuerCountryCodeA2\": \"PL\",\n \"binCardIssuerCountryNumber\": \"616\",\n \"binCardIsRegulated\": \"true\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"POL\"\n },\n \"HolderName\": \"Billy J Franks\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"411111XXXXXX1111\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"Sequence\": \"first\",\n \"StoredId\": \"675b43c1-9867-463c-8dc7-3d6ddb68554b-12812\",\n \"StoredMethodUsageType\": \"unscheduled\"\n },\n \"PaymentTransId\": \"2345667-ddd-fff\",\n \"PayorId\": 55,\n \"PaypointDbaname\": \"Sunshine LLC\",\n \"PaypointEntryname\": \"7acda8200\",\n \"PaypointId\": 2,\n \"PaypointLegalname\": \"Sunshine LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"M\",\n \"cvvresponse_text\": \"CVV2/CVC2 match\",\n \"emv_auth_response_data\": null,\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 0,\n \"Source\": \"vterminal\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"TotalAmount\": 110.25,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2019-08-24T14:15:22Z\",\n \"TransStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 177.22,\n \"totalNetAmount\": 177.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6923
+ "body": "{\n \"Records\": [\n {\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"1234567\",\n \"CfeeTransactions\": [\n {\n \"cFeeTransid\": \"string\",\n \"feeAmount\": 0,\n \"operation\": \"string\",\n \"refundId\": 0,\n \"settlementStatus\": 0,\n \"transactionTime\": \"2019-08-24T14:15:22Z\",\n \"transStatus\": 0\n }\n ],\n \"ConnectorName\": \"gp\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 street\",\n \"BillingAddress2\": \"string\",\n \"BillingCity\": \"myCity\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"customer@mail.com\",\n \"BillingPhone\": \"1234567890\",\n \"BillingState\": \"CA\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 34,\n \"CustomerNumber\": \"3456-7645A\",\n \"FirstName\": \"John\",\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"string\",\n \"ShippingAddress2\": \"string\",\n \"ShippingCity\": \"string\",\n \"ShippingCountry\": \"string\",\n \"ShippingState\": \"string\",\n \"ShippingZip\": \"string\"\n },\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \" \",\n \"FeeAmount\": 10.25,\n \"GatewayTransId\": \"string\",\n \"invoiceData\": {\n \"attachments\": [\n {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n }\n ],\n \"company\": \"string\",\n \"discount\": 0,\n \"dutyAmount\": 0,\n \"firstName\": \"string\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2026-01-01\",\n \"invoiceDueDate\": \"2026-01-15\",\n \"invoiceEndDate\": \"2026-01-15\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 0,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCategories\": [\n \"string\"\n ],\n \"itemCommodityCode\": \"string\",\n \"itemCost\": 1,\n \"itemDescription\": \"string\",\n \"itemMode\": 0,\n \"itemProductCode\": \"string\",\n \"itemProductName\": \"product 01\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 0,\n \"itemUnitOfMeasure\": \"U\"\n }\n ],\n \"lastName\": \"string\",\n \"notes\": \"string\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"string\",\n \"shippingAddress1\": \"string\",\n \"shippingAddress2\": \"string\",\n \"shippingCity\": \"string\",\n \"shippingCountry\": \"string\",\n \"shippingEmail\": \"string\",\n \"shippingFromZip\": \"string\",\n \"shippingPhone\": \"string\",\n \"shippingState\": \"string\",\n \"shippingZip\": \"string\",\n \"summaryCommodityCode\": \"string\",\n \"tax\": 2.05,\n \"termsConditions\": \"string\"\n },\n \"Method\": \"card\",\n \"NetAmount\": 100,\n \"Operation\": \"Sale\",\n \"OrderId\": \"9876543\",\n \"OrgId\": 2,\n \"ParentOrgName\": \"Payabli\",\n \"PaymentData\": {\n \"AccountExp\": \"0426\",\n \"AccountType\": \"visa\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"VISA\",\n \"binCardType\": \"DEBIT\",\n \"binCardCategory\": \"CLASSIC\",\n \"binCardIssuer\": \"CONOTOXIA SP. Z O.O\",\n \"binCardIssuerCountry\": \"POLAND\",\n \"binCardIssuerCountryCodeA2\": \"PL\",\n \"binCardIssuerCountryNumber\": \"616\",\n \"binCardIsRegulated\": \"true\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"POL\"\n },\n \"HolderName\": \"Billy J Franks\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"411111XXXXXX1111\",\n \"paymentDetails\": {\n \"totalAmount\": 100\n },\n \"Sequence\": \"first\",\n \"StoredId\": \"675b43c1-9867-463c-8dc7-3d6ddb68554b-12812\",\n \"StoredMethodUsageType\": \"unscheduled\"\n },\n \"PaymentTransId\": \"2345667-ddd-fff\",\n \"PayorId\": 55,\n \"PaypointDbaname\": \"Sunshine LLC\",\n \"PaypointEntryname\": \"7acda8200\",\n \"PaypointId\": 2,\n \"PaypointLegalname\": \"Sunshine LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \"123456\",\n \"avsresponse\": \"N\",\n \"avsresponse_text\": \"No address or ZIP match only\",\n \"cvvresponse\": \"M\",\n \"cvvresponse_text\": \"CVV2/CVC2 match\",\n \"emv_auth_response_data\": null,\n \"orderid\": \"10-bfcd5a17861d4a8690ca53c00000X\",\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"SUCCESS\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"8082800000\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 0,\n \"Source\": \"vterminal\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"splitCount\": 1,\n \"TotalAmount\": 110.25,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2019-08-24T14:15:22Z\",\n \"TransStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 177.22,\n \"totalNetAmount\": 177.22,\n \"totalPages\": 1,\n \"totalRecords\": 2\n }\n}",
6867
6924
  "headers": {
6868
6925
  "Content-Type": "application/json"
6869
6926
  }
@@ -6905,7 +6962,7 @@
6905
6962
  },
6906
6963
  "response": {
6907
6964
  "status": 200,
6908
- "body": "{\n \"Records\": [\n {\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"AchSecCode\",\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"batch_226_ach_12-30-2023\",\n \"CfeeTransactions\": [\n {\n \"transactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"ConnectorName\": \"gp\",\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 1,\n \"GatewayTransId\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\",\n \"Method\": \"ach\",\n \"NetAmount\": 3762.87,\n \"Operation\": \"Sale\",\n \"OrderId\": \"O-5140\",\n \"OrgId\": 123,\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"PayorId\": 1551,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 226,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \" \",\n \"avsresponse\": \" \",\n \"avsresponse_text\": \"\",\n \"cvvresponse\": \" \",\n \"cvvresponse_text\": \" \",\n \"emv_auth_response_data\": \" \",\n \"orderid\": null,\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"CAPTURED\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 2,\n \"Source\": \"api\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"TotalAmount\": 30.22,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2025-10-19T00:00:00Z\",\n \"TransAdditionalData\": {\n \"key\": \"value\"\n },\n \"TransStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
6965
+ "body": "{\n \"Records\": [\n {\n \"AchHolderType\": \"personal\",\n \"AchSecCode\": \"AchSecCode\",\n \"BatchAmount\": 30.22,\n \"BatchNumber\": \"batch_226_ach_12-30-2023\",\n \"CfeeTransactions\": [\n {\n \"transactionTime\": \"2024-01-15T09:30:00Z\"\n }\n ],\n \"ConnectorName\": \"gp\",\n \"DeviceId\": \"6c361c7d-674c-44cc-b790-382b75d1xxx\",\n \"EntrypageId\": 0,\n \"ExternalProcessorInformation\": \"[MER_xxxxxxxxxxxxxx]/[NNNNNNNNN]\",\n \"FeeAmount\": 1,\n \"GatewayTransId\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\",\n \"Method\": \"ach\",\n \"NetAmount\": 3762.87,\n \"Operation\": \"Sale\",\n \"OrderId\": \"O-5140\",\n \"OrgId\": 123,\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"paymentDetails\": {\n \"totalAmount\": 100\n }\n },\n \"PaymentTransId\": \"226-fe55ec0348e34702bd91b4be198ce7ec\",\n \"PayorId\": 1551,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 226,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PendingFeeAmount\": 2,\n \"RefundId\": 0,\n \"ResponseData\": {\n \"authcode\": \" \",\n \"avsresponse\": \" \",\n \"avsresponse_text\": \"\",\n \"cvvresponse\": \" \",\n \"cvvresponse_text\": \" \",\n \"emv_auth_response_data\": \" \",\n \"orderid\": null,\n \"response\": \"Success\",\n \"response_code\": \"100\",\n \"response_code_text\": \"Transaction was approved.\",\n \"responsetext\": \"CAPTURED\",\n \"resultCode\": \"A0000\",\n \"resultCodeText\": \"Approved\",\n \"transactionid\": \"TRN_xwCAjQorWAYX1nAhAoHZVfN8iYHbI0\"\n },\n \"ReturnedId\": 0,\n \"ScheduleReference\": 0,\n \"SettlementStatus\": 2,\n \"Source\": \"api\",\n \"splitFundingInstructions\": [\n {}\n ],\n \"splitCount\": 1,\n \"TotalAmount\": 30.22,\n \"TransactionEvents\": [\n {}\n ],\n \"TransactionTime\": \"2025-10-19T00:00:00Z\",\n \"TransAdditionalData\": {\n \"key\": \"value\"\n },\n \"TransStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
6909
6966
  "headers": {
6910
6967
  "Content-Type": "application/json"
6911
6968
  }
@@ -7347,7 +7404,7 @@
7347
7404
  },
7348
7405
  "response": {
7349
7406
  "status": 200,
7350
- "body": "{\n \"Records\": [\n {\n \"vcardSent\": true,\n \"cardType\": 0,\n \"cardToken\": \"vcrd_5Ty8NrBzXjKuqHm9DwElfP\",\n \"cardNumber\": \"44XX XXXX XXXX 1234\",\n \"cvc\": \"XXX\",\n \"expirationDate\": \"2025-12\",\n \"status\": \"Active\",\n \"amount\": 500,\n \"currentBalance\": 375.25,\n \"expenseLimit\": 100,\n \"expenseLimitPeriod\": \"monthly\",\n \"maxNumberOfUses\": 10,\n \"currentNumberOfUses\": 3,\n \"exactAmount\": false,\n \"mcc\": \"5812\",\n \"tcc\": \"T01\",\n \"misc1\": \"Invoice #12345\",\n \"misc2\": \"Project: Office Supplies\",\n \"dateCreated\": \"2023-01-15T09:30:00Z\",\n \"dateModified\": \"2023-02-20T14:15:22Z\",\n \"associatedVendor\": {\n \"VendorNumber\": \"V-12345\",\n \"Name1\": \"Office Supply Co.\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"billing@officesupply.example.com\",\n \"VendorId\": 1542\n },\n \"associatedCustomer\": {\n \"firstname\": \"Acme\",\n \"lastname\": \"Corporation\"\n },\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"externalPaypointID\": \"pay-10\",\n \"ParentOrgName\": \"SupplyPro\",\n \"paypointId\": 236\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 2500,\n \"totalactive\": 5,\n \"totalamounteactive\": 2500,\n \"totalbalanceactive\": 1875.25,\n \"totalPages\": 1,\n \"totalRecords\": 5\n }\n}",
7407
+ "body": "{\n \"Records\": [\n {\n \"vcardSent\": true,\n \"cardType\": 0,\n \"cardToken\": \"vcrd_5Ty8NrBzXjKuqHm9DwElfP\",\n \"cardNumber\": \"44XX XXXX XXXX 1234\",\n \"cvc\": \"XXX\",\n \"expirationDate\": \"2025-12\",\n \"status\": \"Active\",\n \"amount\": 500,\n \"currentBalance\": 375.25,\n \"expenseLimit\": 100,\n \"expenseLimitPeriod\": \"monthly\",\n \"maxNumberOfUses\": 10,\n \"currentNumberOfUses\": 3,\n \"exactAmount\": false,\n \"mcc\": \"5812\",\n \"tcc\": \"T01\",\n \"misc1\": \"Invoice #12345\",\n \"misc2\": \"Project: Office Supplies\",\n \"dateCreated\": \"2023-01-15T09:30:00Z\",\n \"dateModified\": \"2023-02-20T14:15:22Z\",\n \"associatedVendor\": {\n \"VendorNumber\": \"V-12345\",\n \"Name1\": \"Office Supply Co.\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"billing@officesupply.example.com\",\n \"VendorId\": 1542\n },\n \"associatedCustomer\": {\n \"firstname\": \"Acme\",\n \"lastname\": \"Corporation\"\n },\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"externalPaypointID\": \"pay-10\",\n \"ParentOrgName\": \"SupplyPro\",\n \"paypointId\": 236\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 2500,\n \"totalNetAmount\": 0,\n \"totalactive\": 5,\n \"totalamountactive\": 2500,\n \"totalbalanceactive\": 1875.25,\n \"totalPages\": 1,\n \"totalRecords\": 5\n }\n}",
7351
7408
  "headers": {
7352
7409
  "Content-Type": "application/json"
7353
7410
  }
@@ -7364,6 +7421,90 @@
7364
7421
  }
7365
7422
  }
7366
7423
  },
7424
+ {
7425
+ "id": "26a988b8-0dff-4ccc-a40e-9c6daf55f618",
7426
+ "name": "Get list of virtual card transactions for entrypoint - default",
7427
+ "request": {
7428
+ "urlPathTemplate": "/Query/vcardsTransactions/{entry}",
7429
+ "method": "GET",
7430
+ "pathParameters": {
7431
+ "entry": {
7432
+ "equalTo": "8cfec329267"
7433
+ }
7434
+ },
7435
+ "queryParameters": {
7436
+ "fromRecord": {
7437
+ "equalTo": "0"
7438
+ },
7439
+ "limitRecord": {
7440
+ "equalTo": "20"
7441
+ },
7442
+ "sortBy": {
7443
+ "equalTo": "desc(CreatedOn)"
7444
+ }
7445
+ }
7446
+ },
7447
+ "response": {
7448
+ "status": 200,
7449
+ "body": "{\n \"Summary\": {\n \"totalPages\": 20,\n \"totalRecords\": 393,\n \"totalAmount\": 231.58,\n \"totalactive\": 388,\n \"totalamountactive\": 219.58,\n \"totalbalanceactive\": -213.83\n },\n \"Records\": [\n {\n \"Identifier\": \"7HQ2P9B4XD\",\n \"CardToken\": \"5RJ8MN2KC4\",\n \"LastFour\": \"1234\",\n \"ExpirationDate\": \"06-30-2029\",\n \"Mcc\": \"5943\",\n \"PayoutId\": 84210,\n \"CustomerId\": 1542,\n \"VendorId\": 9821,\n \"MiscData1\": \"Invoice #12345\",\n \"MiscData2\": \"Project: Office Supplies\",\n \"CurrentUses\": 1,\n \"Amount\": 500,\n \"Balance\": 425.5,\n \"PaypointId\": 236,\n \"PaypointLegal\": \"Global Factory LLC\",\n \"PaypointDba\": \"Global Factory\",\n \"ExternalPaypointID\": \"pay-10\",\n \"OrgName\": \"SupplyPro\",\n \"Type\": \"AUTHORIZATION\",\n \"Status\": \"AUTHORIZATION\",\n \"CreatedOn\": \"2026-05-05 03:28:53.082830\",\n \"TransactionAmount\": \"74.500\",\n \"PostedAmount\": \"0.000\",\n \"PostedOn\": null,\n \"MerchantName\": \"Office Supply Co.\",\n \"AuthorizationStatus\": \"AUTHORIZATION\",\n \"ReasonToDecline\": null\n }\n ]\n}",
7450
+ "headers": {
7451
+ "Content-Type": "application/json"
7452
+ }
7453
+ },
7454
+ "uuid": "26a988b8-0dff-4ccc-a40e-9c6daf55f618",
7455
+ "persistent": true,
7456
+ "priority": 3,
7457
+ "metadata": {
7458
+ "mocklab": {
7459
+ "created": {
7460
+ "at": "2020-01-01T00:00:00.000Z",
7461
+ "via": "SYSTEM"
7462
+ }
7463
+ }
7464
+ }
7465
+ },
7466
+ {
7467
+ "id": "89b628b0-3d46-441e-a939-2ff181451e3f",
7468
+ "name": "Get list of virtual card transactions for an organization - default",
7469
+ "request": {
7470
+ "urlPathTemplate": "/Query/vcardsTransactions/org/{orgId}",
7471
+ "method": "GET",
7472
+ "pathParameters": {
7473
+ "orgId": {
7474
+ "equalTo": "123"
7475
+ }
7476
+ },
7477
+ "queryParameters": {
7478
+ "fromRecord": {
7479
+ "equalTo": "0"
7480
+ },
7481
+ "limitRecord": {
7482
+ "equalTo": "20"
7483
+ },
7484
+ "sortBy": {
7485
+ "equalTo": "desc(CreatedOn)"
7486
+ }
7487
+ }
7488
+ },
7489
+ "response": {
7490
+ "status": 200,
7491
+ "body": "{\n \"Summary\": {\n \"totalPages\": 20,\n \"totalRecords\": 393,\n \"totalAmount\": 231.58,\n \"totalactive\": 388,\n \"totalamountactive\": 219.58,\n \"totalbalanceactive\": -213.83\n },\n \"Records\": [\n {\n \"Identifier\": \"7HQ2P9B4XD\",\n \"CardToken\": \"5RJ8MN2KC4\",\n \"LastFour\": \"1234\",\n \"ExpirationDate\": \"06-30-2029\",\n \"Mcc\": \"5943\",\n \"PayoutId\": 84210,\n \"CustomerId\": 1542,\n \"VendorId\": 9821,\n \"MiscData1\": \"Invoice #12345\",\n \"MiscData2\": \"Project: Office Supplies\",\n \"CurrentUses\": 1,\n \"Amount\": 500,\n \"Balance\": 425.5,\n \"PaypointId\": 236,\n \"PaypointLegal\": \"Global Factory LLC\",\n \"PaypointDba\": \"Global Factory\",\n \"ExternalPaypointID\": \"pay-10\",\n \"OrgName\": \"SupplyPro\",\n \"Type\": \"AUTHORIZATION\",\n \"Status\": \"AUTHORIZATION\",\n \"CreatedOn\": \"2026-05-05 03:28:53.082830\",\n \"TransactionAmount\": \"74.500\",\n \"PostedAmount\": \"0.000\",\n \"PostedOn\": null,\n \"MerchantName\": \"Office Supply Co.\",\n \"AuthorizationStatus\": \"AUTHORIZATION\",\n \"ReasonToDecline\": null\n }\n ]\n}",
7492
+ "headers": {
7493
+ "Content-Type": "application/json"
7494
+ }
7495
+ },
7496
+ "uuid": "89b628b0-3d46-441e-a939-2ff181451e3f",
7497
+ "persistent": true,
7498
+ "priority": 3,
7499
+ "metadata": {
7500
+ "mocklab": {
7501
+ "created": {
7502
+ "at": "2020-01-01T00:00:00.000Z",
7503
+ "via": "SYSTEM"
7504
+ }
7505
+ }
7506
+ }
7507
+ },
7367
7508
  {
7368
7509
  "id": "7f562e13-a775-4692-8e6b-ea93bd086f07",
7369
7510
  "name": "Get list of virtual cards for an organization - default",
@@ -7389,7 +7530,7 @@
7389
7530
  },
7390
7531
  "response": {
7391
7532
  "status": 200,
7392
- "body": "{\n \"Records\": [\n {\n \"vcardSent\": true,\n \"cardType\": 0,\n \"cardToken\": \"vcrd_5Ty8NrBzXjKuqHm9DwElfP\",\n \"cardNumber\": \"44XX XXXX XXXX 1234\",\n \"cvc\": \"XXX\",\n \"expirationDate\": \"2025-12\",\n \"status\": \"Active\",\n \"amount\": 500,\n \"currentBalance\": 375.25,\n \"expenseLimit\": 100,\n \"expenseLimitPeriod\": \"monthly\",\n \"maxNumberOfUses\": 10,\n \"currentNumberOfUses\": 3,\n \"exactAmount\": false,\n \"mcc\": \"5812\",\n \"tcc\": \"T01\",\n \"misc1\": \"Invoice #12345\",\n \"misc2\": \"Project: Office Supplies\",\n \"dateCreated\": \"2023-01-15T09:30:00Z\",\n \"dateModified\": \"2023-02-20T14:15:22Z\",\n \"associatedVendor\": {\n \"VendorNumber\": \"V-12345\",\n \"Name1\": \"Office Supply Co.\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"billing@officesupply.example.com\",\n \"VendorId\": 1542\n },\n \"associatedCustomer\": {\n \"firstname\": \"Acme\",\n \"lastname\": \"Corporation\"\n },\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"externalPaypointID\": \"pay-10\",\n \"ParentOrgName\": \"SupplyPro\",\n \"paypointId\": 236\n }\n ],\n \"Summary\": {\n \"pageIdentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 2500,\n \"totalactive\": 5,\n \"totalamounteactive\": 2500,\n \"totalbalanceactive\": 1875.25,\n \"totalPages\": 1,\n \"totalRecords\": 5\n }\n}",
7533
+ "body": "{\n \"Records\": [\n {\n \"vcardSent\": true,\n \"cardType\": 0,\n \"cardToken\": \"vcrd_5Ty8NrBzXjKuqHm9DwElfP\",\n \"cardNumber\": \"44XX XXXX XXXX 1234\",\n \"cvc\": \"XXX\",\n \"expirationDate\": \"2025-12\",\n \"status\": \"Active\",\n \"amount\": 500,\n \"currentBalance\": 375.25,\n \"expenseLimit\": 100,\n \"expenseLimitPeriod\": \"monthly\",\n \"maxNumberOfUses\": 10,\n \"currentNumberOfUses\": 3,\n \"exactAmount\": false,\n \"mcc\": \"5812\",\n \"tcc\": \"T01\",\n \"misc1\": \"Invoice #12345\",\n \"misc2\": \"Project: Office Supplies\",\n \"dateCreated\": \"2023-01-15T09:30:00Z\",\n \"dateModified\": \"2023-02-20T14:15:22Z\",\n \"associatedVendor\": {\n \"VendorNumber\": \"V-12345\",\n \"Name1\": \"Office Supply Co.\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"billing@officesupply.example.com\",\n \"VendorId\": 1542\n },\n \"associatedCustomer\": {\n \"firstname\": \"Acme\",\n \"lastname\": \"Corporation\"\n },\n \"PaypointDbaname\": \"Global Factory LLC\",\n \"PaypointLegalname\": \"Global Factory LLC\",\n \"PaypointEntryname\": \"4872acb376a\",\n \"externalPaypointID\": \"pay-10\",\n \"ParentOrgName\": \"SupplyPro\",\n \"paypointId\": 236\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"XXXXXXXXXXXXXX\",\n \"pageSize\": 20,\n \"totalAmount\": 2500,\n \"totalNetAmount\": 0,\n \"totalactive\": 5,\n \"totalamountactive\": 2500,\n \"totalbalanceactive\": 1875.25,\n \"totalPages\": 1,\n \"totalRecords\": 5\n }\n}",
7393
7534
  "headers": {
7394
7535
  "Content-Type": "application/json"
7395
7536
  }
@@ -7579,7 +7720,7 @@
7579
7720
  },
7580
7721
  "response": {
7581
7722
  "status": 200,
7582
- "body": "{\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\",\n \"\\\\\\\"customId\\\\\\\"\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"EndDate\": \"2025-10-19T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"Paypoint-100\",\n \"FeeAmount\": 3,\n \"Frequency\": \"monthly\",\n \"IdSub\": 396,\n \"InvoiceData\": {\n \"AdditionalData\": null,\n \"attachments\": [\n {}\n ],\n \"company\": \"ACME, INC\",\n \"discount\": 10,\n \"dutyAmount\": 0,\n \"firstName\": \"Chad\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2025-07-01\",\n \"invoiceDueDate\": \"2025-07-01\",\n \"invoiceEndDate\": \"2025-07-01\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCost\": 5,\n \"itemProductName\": \"Materials deposit\",\n \"itemQty\": 1\n }\n ],\n \"lastName\": \"Mercia\",\n \"notes\": \"Example notes.\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"PO-345\",\n \"shippingAddress1\": \"123 Walnut St\",\n \"shippingAddress2\": \"STE 900\",\n \"shippingCity\": \"Johnson City\",\n \"shippingCountry\": \"US\",\n \"shippingEmail\": \"example@email.com\",\n \"shippingFromZip\": \"30040\",\n \"shippingPhone\": \"5555555555\",\n \"shippingState\": \"TN\",\n \"shippingZip\": \"37619\",\n \"summaryCommodityCode\": \"501718\",\n \"tax\": 2.05,\n \"termsConditions\": \"Must be paid before work scheduled.\"\n },\n \"LastRun\": \"2025-10-19T00:00:00Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"LeftCycles\": 15,\n \"Method\": \"card\",\n \"NetAmount\": 3762.87,\n \"NextDate\": \"2025-10-19T00:00:00Z\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"checkImage\": {\n \"key\": \"value\"\n },\n \"checkNumber\": \"107\",\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 255,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PlanId\": 0,\n \"Source\": \"api\",\n \"StartDate\": \"2025-10-19T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"TransferCreated\",\n \"eventTime\": \"2023-07-05T22:31:06Z\",\n \"extraData\": {\n \"key\": \"value\"\n },\n \"refData\": \"refData\",\n \"source\": \"api\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 103,\n \"TotalCycles\": 24,\n \"UntilCancelled\": true\n}",
7723
+ "body": "{\n \"CreatedAt\": \"2022-07-01T15:00:01Z\",\n \"Customer\": {\n \"AdditionalData\": null,\n \"BillingAddress1\": \"1111 West 1st Street\",\n \"BillingAddress2\": \"Suite 200\",\n \"BillingCity\": \"Miami\",\n \"BillingCountry\": \"US\",\n \"BillingEmail\": \"example@email.com\",\n \"BillingPhone\": \"5555555555\",\n \"BillingState\": \"FL\",\n \"BillingZip\": \"45567\",\n \"CompanyName\": \"Sunshine LLC\",\n \"customerId\": 4440,\n \"CustomerNumber\": \"3456-7645A\",\n \"customerStatus\": 1,\n \"FirstName\": \"John\",\n \"Identifiers\": [\n \"\\\\\\\"firstname\\\\\\\"\",\n \"\\\\\\\"lastname\\\\\\\"\",\n \"\\\\\\\"email\\\\\\\"\",\n \"\\\\\\\"customId\\\\\\\"\"\n ],\n \"LastName\": \"Doe\",\n \"ShippingAddress1\": \"123 Walnut St\",\n \"ShippingAddress2\": \"STE 900\",\n \"ShippingCity\": \"Johnson City\",\n \"ShippingCountry\": \"US\",\n \"ShippingState\": \"TN\",\n \"ShippingZip\": \"37619\"\n },\n \"EndDate\": \"2025-10-19T00:00:00Z\",\n \"EntrypageId\": 0,\n \"ExternalPaypointID\": \"Paypoint-100\",\n \"FeeAmount\": 3,\n \"Frequency\": \"monthly\",\n \"IdSub\": 396,\n \"invoiceData\": {\n \"AdditionalData\": null,\n \"attachments\": [\n {}\n ],\n \"company\": \"ACME, INC\",\n \"discount\": 10,\n \"dutyAmount\": 0,\n \"firstName\": \"Chad\",\n \"freightAmount\": 10,\n \"frequency\": \"onetime\",\n \"invoiceAmount\": 105,\n \"invoiceDate\": \"2025-07-01\",\n \"invoiceDueDate\": \"2025-07-01\",\n \"invoiceEndDate\": \"2025-07-01\",\n \"invoiceNumber\": \"INV-2345\",\n \"invoiceStatus\": 1,\n \"invoiceType\": 0,\n \"items\": [\n {\n \"itemCost\": 5,\n \"itemProductName\": \"Materials deposit\",\n \"itemQty\": 1\n }\n ],\n \"lastName\": \"Mercia\",\n \"notes\": \"Example notes.\",\n \"paymentTerms\": \"PIA\",\n \"purchaseOrder\": \"PO-345\",\n \"shippingAddress1\": \"123 Walnut St\",\n \"shippingAddress2\": \"STE 900\",\n \"shippingCity\": \"Johnson City\",\n \"shippingCountry\": \"US\",\n \"shippingEmail\": \"example@email.com\",\n \"shippingFromZip\": \"30040\",\n \"shippingPhone\": \"5555555555\",\n \"shippingState\": \"TN\",\n \"shippingZip\": \"37619\",\n \"summaryCommodityCode\": \"501718\",\n \"tax\": 2.05,\n \"termsConditions\": \"Must be paid before work scheduled.\"\n },\n \"LastRun\": \"2025-10-19T00:00:00Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"LeftCycles\": 15,\n \"Method\": \"card\",\n \"NetAmount\": 3762.87,\n \"NextDate\": \"2025-10-19T00:00:00Z\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"PaymentData\": {\n \"AccountExp\": \"11/29\",\n \"accountId\": \"accountId\",\n \"AccountType\": \"visa\",\n \"AccountZip\": \"90210\",\n \"binData\": {\n \"binMatchedLength\": \"6\",\n \"binCardBrand\": \"Visa\",\n \"binCardType\": \"Credit\",\n \"binCardCategory\": \"PLATINUM\",\n \"binCardIssuer\": \"Bank of Example\",\n \"binCardIssuerCountry\": \"United States\",\n \"binCardIssuerCountryCodeA2\": \"US\",\n \"binCardIssuerCountryNumber\": \"840\",\n \"binCardIsRegulated\": \"false\",\n \"binCardUseCategory\": \"Consumer\",\n \"binCardIssuerCountryCodeA3\": \"USA\"\n },\n \"HolderName\": \"Chad Mercia\",\n \"Initiator\": \"payor\",\n \"MaskedAccount\": \"4XXXXXXXX1111\",\n \"orderDescription\": \"Depost for materials for 123 Walnut St\",\n \"paymentDetails\": {\n \"categories\": [\n {\n \"amount\": 1000,\n \"label\": \"Deposit\"\n }\n ],\n \"checkImage\": {\n \"key\": \"value\"\n },\n \"checkNumber\": \"107\",\n \"currency\": \"USD\",\n \"serviceFee\": 0,\n \"splitFunding\": [\n {}\n ],\n \"totalAmount\": 100\n },\n \"Sequence\": \"subsequent\",\n \"SignatureData\": \"SignatureData\",\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-4440\",\n \"StoredMethodUsageType\": \"subscription\"\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"PaypointId\": 255,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PlanId\": 0,\n \"Source\": \"api\",\n \"StartDate\": \"2025-10-19T00:00:00Z\",\n \"SubEvents\": [\n {\n \"description\": \"TransferCreated\",\n \"eventTime\": \"2023-07-05T22:31:06Z\",\n \"extraData\": {\n \"key\": \"value\"\n },\n \"refData\": \"refData\",\n \"source\": \"api\"\n }\n ],\n \"SubStatus\": 1,\n \"TotalAmount\": 103,\n \"TotalCycles\": 24,\n \"UntilCancelled\": true\n}",
7583
7724
  "headers": {
7584
7725
  "Content-Type": "application/json"
7585
7726
  }
@@ -8564,6 +8705,6 @@
8564
8705
  }
8565
8706
  ],
8566
8707
  "meta": {
8567
- "total": 246
8708
+ "total": 250
8568
8709
  }
8569
8710
  }