payabli 3.0.7 → 3.0.8

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 (55) hide show
  1. checksums.yaml +4 -4
  2. data/.fern/metadata.json +7 -6
  3. data/lib/payabli/bill/client.rb +8 -2
  4. data/lib/payabli/billing/client.rb +129 -0
  5. data/lib/payabli/billing/types/get_profile_billing_request_entity_type.rb +16 -0
  6. data/lib/payabli/billing/types/get_profile_billing_request_service_group.rb +14 -0
  7. data/lib/payabli/billing/types/list_billing_profiles_request.rb +23 -0
  8. data/lib/payabli/boarding/client.rb +4 -1
  9. data/lib/payabli/client.rb +6 -1
  10. data/lib/payabli/customer/client.rb +4 -1
  11. data/lib/payabli/hosted_payment_pages/client.rb +4 -1
  12. data/lib/payabli/internal/http/raw_client.rb +15 -2
  13. data/lib/payabli/internal/json/request.rb +7 -5
  14. data/lib/payabli/line_item/client.rb +4 -1
  15. data/lib/payabli/money_in/client.rb +55 -8
  16. data/lib/payabli/notification/client.rb +8 -5
  17. data/lib/payabli/ocr/client.rb +8 -2
  18. data/lib/payabli/organization/client.rb +5 -5
  19. data/lib/payabli/organization/types/organization_data.rb +2 -2
  20. data/lib/payabli/payment_link/client.rb +8 -2
  21. data/lib/payabli/paypoint/client.rb +4 -1
  22. data/lib/payabli/types/auth_capture_payout_response_data.rb +1 -1
  23. data/lib/payabli/types/billable_event.rb +29 -0
  24. data/lib/payabli/types/billing_entity.rb +13 -0
  25. data/lib/payabli/types/billing_entity_named.rb +13 -0
  26. data/lib/payabli/types/billing_profile_query_response.rb +14 -0
  27. data/lib/payabli/types/billing_profile_record.rb +32 -0
  28. data/lib/payabli/types/billing_profile_response.rb +31 -0
  29. data/lib/payabli/types/billing_profile_summary.rb +16 -0
  30. data/lib/payabli/types/collection_schedule_value.rb +23 -0
  31. data/lib/payabli/types/device_query_record.rb +8 -0
  32. data/lib/payabli/types/entities_assigned.rb +17 -0
  33. data/lib/payabli/types/entity_type_name.rb +17 -0
  34. data/lib/payabli/types/entity_type_value.rb +23 -0
  35. data/lib/payabli/types/event_group_value.rb +23 -0
  36. data/lib/payabli/types/event_source_value.rb +23 -0
  37. data/lib/payabli/types/event_type_value.rb +23 -0
  38. data/lib/payabli/types/fee_schedule.rb +47 -0
  39. data/lib/payabli/types/fee_type_name.rb +12 -0
  40. data/lib/payabli/types/fee_type_value.rb +23 -0
  41. data/lib/payabli/types/passthrough_value.rb +23 -0
  42. data/lib/payabli/types/query_payout_transaction_records_item.rb +2 -0
  43. data/lib/payabli/types/query_payout_transaction_records_item_allowed_actions_item.rb +13 -0
  44. data/lib/payabli/types/region_type_value.rb +23 -0
  45. data/lib/payabli/types/service_group_value.rb +23 -0
  46. data/lib/payabli/types/service_type_value.rb +23 -0
  47. data/lib/payabli/types/service_value.rb +23 -0
  48. data/lib/payabli/types/service_vertical_name.rb +13 -0
  49. data/lib/payabli/user/client.rb +8 -2
  50. data/lib/payabli/vendor/client.rb +8 -2
  51. data/lib/payabli/version.rb +1 -1
  52. data/lib/payabli.rb +28 -0
  53. data/reference.md +552 -417
  54. data/wiremock/wiremock-mappings.json +85 -9
  55. metadata +30 -2
@@ -3289,7 +3289,7 @@
3289
3289
  },
3290
3290
  "response": {
3291
3291
  "status": 200,
3292
- "body": "{\n \"Summary\": {\n \"pageIdentifier\": null,\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 2,\n \"totalRecords\": 28\n },\n \"Records\": [\n {\n \"deviceId\": \"499585-389fj484-3jcj8hj3\",\n \"idCloud\": 142,\n \"description\": \"Front Counter Terminal\",\n \"serialNumber\": \"SN-90210-XR\",\n \"friendlyName\": \"Front Counter Terminal\",\n \"make\": \"Ingenico\",\n \"model\": \"LK2500\",\n \"deviceType\": 1,\n \"deviceStatus\": 1,\n \"deviceOs\": null,\n \"macAddress\": \"1A2B3C4D5E6F\",\n \"lastHealthCheck\": \"2026-04-09T14:49:42Z\",\n \"registrationCode\": \"REG-A1B2C3D4\",\n \"activationAttempts\": 0,\n \"activationCodeExpiry\": \"2026-04-09T14:49:42Z\",\n \"createdAt\": \"2026-04-09T01:14:37Z\",\n \"updatedAt\": \"2026-04-09T14:49:42Z\",\n \"paypointId\": 3040,\n \"paypointDba\": \"Gruzya Adventure Outfitters\",\n \"paypointLegal\": \"Gruzya Adventure Outfitters, LLC\",\n \"paypointEntry\": \"8cfec329267\",\n \"externalPaypointId\": \"GRUZYA-01\",\n \"parentOrgId\": 100,\n \"parentOrgName\": \"Example Corp\"\n }\n ]\n}",
3292
+ "body": "{\n \"Summary\": {\n \"pageIdentifier\": null,\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 2,\n \"totalRecords\": 28\n },\n \"Records\": [\n {\n \"deviceId\": \"499585-389fj484-3jcj8hj3\",\n \"idCloud\": 142,\n \"description\": \"Front Counter Terminal\",\n \"serialNumber\": \"SN-90210-XR\",\n \"friendlyName\": \"Front Counter Terminal\",\n \"make\": \"Ingenico\",\n \"model\": \"LK2500\",\n \"deviceType\": 1,\n \"deviceStatus\": 1,\n \"deviceOs\": null,\n \"macAddress\": \"1A2B3C4D5E6F\",\n \"lastHealthCheck\": \"2026-04-09T14:49:42Z\",\n \"registrationCode\": \"REG-A1B2C3D4\",\n \"activationAttempts\": 0,\n \"activationCodeExpiry\": \"2026-04-09T14:49:42Z\",\n \"createdAt\": \"2026-04-09T01:14:37Z\",\n \"updatedAt\": \"2026-04-09T14:49:42Z\",\n \"paypointId\": 3040,\n \"paypointDba\": \"Gruzya Adventure Outfitters\",\n \"paypointLegal\": \"Gruzya Adventure Outfitters, LLC\",\n \"paypointEntry\": \"8cfec329267\",\n \"paypointLogo\": \"https://payabli-public-objects.s3.amazonaws.com/pe3040.png\",\n \"externalPaypointId\": \"GRUZYA-01\",\n \"parentOrgId\": 100,\n \"parentOrgName\": \"Example Corp\",\n \"parentOrgLogo\": \"https://payabli-public-objects.s3.amazonaws.com/o100.png\",\n \"transactionCount\": 4,\n \"volumeProcessed\": 7.42\n }\n ]\n}",
3293
3293
  "headers": {
3294
3294
  "Content-Type": "application/json"
3295
3295
  }
@@ -3331,7 +3331,7 @@
3331
3331
  },
3332
3332
  "response": {
3333
3333
  "status": 200,
3334
- "body": "{\n \"Summary\": {\n \"pageIdentifier\": null,\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 2,\n \"totalRecords\": 28\n },\n \"Records\": [\n {\n \"deviceId\": \"499585-389fj484-3jcj8hj3\",\n \"idCloud\": 142,\n \"description\": \"Front Counter Terminal\",\n \"serialNumber\": \"SN-90210-XR\",\n \"friendlyName\": \"Front Counter Terminal\",\n \"make\": \"Ingenico\",\n \"model\": \"LK2500\",\n \"deviceType\": 1,\n \"deviceStatus\": 1,\n \"deviceOs\": null,\n \"macAddress\": \"1A2B3C4D5E6F\",\n \"lastHealthCheck\": \"2026-04-09T14:49:42Z\",\n \"registrationCode\": \"REG-A1B2C3D4\",\n \"activationAttempts\": 0,\n \"activationCodeExpiry\": \"2026-04-09T14:49:42Z\",\n \"createdAt\": \"2026-04-09T01:14:37Z\",\n \"updatedAt\": \"2026-04-09T14:49:42Z\",\n \"paypointId\": 3040,\n \"paypointDba\": \"Gruzya Adventure Outfitters\",\n \"paypointLegal\": \"Gruzya Adventure Outfitters, LLC\",\n \"paypointEntry\": \"8cfec329267\",\n \"externalPaypointId\": \"GRUZYA-01\",\n \"parentOrgId\": 100,\n \"parentOrgName\": \"Example Corp\"\n }\n ]\n}",
3334
+ "body": "{\n \"Summary\": {\n \"pageIdentifier\": null,\n \"pageSize\": 20,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 2,\n \"totalRecords\": 28\n },\n \"Records\": [\n {\n \"deviceId\": \"499585-389fj484-3jcj8hj3\",\n \"idCloud\": 142,\n \"description\": \"Front Counter Terminal\",\n \"serialNumber\": \"SN-90210-XR\",\n \"friendlyName\": \"Front Counter Terminal\",\n \"make\": \"Ingenico\",\n \"model\": \"LK2500\",\n \"deviceType\": 1,\n \"deviceStatus\": 1,\n \"deviceOs\": null,\n \"macAddress\": \"1A2B3C4D5E6F\",\n \"lastHealthCheck\": \"2026-04-09T14:49:42Z\",\n \"registrationCode\": \"REG-A1B2C3D4\",\n \"activationAttempts\": 0,\n \"activationCodeExpiry\": \"2026-04-09T14:49:42Z\",\n \"createdAt\": \"2026-04-09T01:14:37Z\",\n \"updatedAt\": \"2026-04-09T14:49:42Z\",\n \"paypointId\": 3040,\n \"paypointDba\": \"Gruzya Adventure Outfitters\",\n \"paypointLegal\": \"Gruzya Adventure Outfitters, LLC\",\n \"paypointEntry\": \"8cfec329267\",\n \"paypointLogo\": \"https://payabli-public-objects.s3.amazonaws.com/pe3040.png\",\n \"externalPaypointId\": \"GRUZYA-01\",\n \"parentOrgId\": 100,\n \"parentOrgName\": \"Example Corp\",\n \"parentOrgLogo\": \"https://payabli-public-objects.s3.amazonaws.com/o100.png\",\n \"transactionCount\": 4,\n \"volumeProcessed\": 7.42\n }\n ]\n}",
3335
3335
  "headers": {
3336
3336
  "Content-Type": "application/json"
3337
3337
  }
@@ -3583,7 +3583,7 @@
3583
3583
  },
3584
3584
  "response": {
3585
3585
  "status": 200,
3586
- "body": "{\n \"Records\": [\n {\n \"IdOut\": 236,\n \"CreatedAt\": \"2024-01-15T15:00:01Z\",\n \"Comments\": \"Deposit for materials\",\n \"Vendor\": {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Riverside Plumbing\",\n \"Name2\": null,\n \"EIN\": null,\n \"Phone\": \"(555) 555-1234\",\n \"Email\": \"vendor@example.com\",\n \"RemitEmail\": null,\n \"Address1\": \"100 Main Street\",\n \"Address2\": null,\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"33131\",\n \"Country\": \"US\",\n \"Mcc\": null,\n \"LocationCode\": null,\n \"Contacts\": [\n {\n \"ContactName\": \"Alex Doe\",\n \"ContactEmail\": \"contact@example.com\",\n \"ContactTitle\": \"Accounts Receivable\",\n \"ContactPhone\": \"(555) 555-5678\"\n }\n ],\n \"BillingData\": null,\n \"PaymentMethod\": \"ach\",\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": null,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"8cfec329267\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"CreatedDate\": \"2024-01-10T15:00:01Z\",\n \"LastUpdated\": \"2024-01-12T15:00:01Z\",\n \"remitAddress1\": \"100 Main Street\",\n \"remitAddress2\": null,\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"33131\",\n \"remitCountry\": \"US\",\n \"payeeName1\": null,\n \"payeeName2\": null,\n \"customField1\": null,\n \"customField2\": null,\n \"customerVendorAccount\": null,\n \"InternalReferenceId\": 12345,\n \"PaymentPortalUrl\": null,\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"yes\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2024-01-12T15:00:01Z\",\n \"EnrichmentId\": null,\n \"additionalData\": null,\n \"externalPaypointID\": \"\",\n \"StoredMethods\": null\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"Status\": 1,\n \"PaymentId\": \"01J0ABCDEF2WQ4VS323V5WKZP3\",\n \"TransId\": null,\n \"TransStatus\": null,\n \"TransStatusDetail\": null,\n \"TransStatusName\": null,\n \"TransStatusCategory\": null,\n \"LastUpdated\": \"2024-01-15T15:00:01Z\",\n \"TotalAmount\": 110.25,\n \"NetAmount\": 100,\n \"FeeAmount\": 10.25,\n \"Source\": \"api\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"BatchNumber\": \"BT-2024321\",\n \"PaymentStatus\": \"Processed\",\n \"PaymentMethod\": \"ach\",\n \"CardToken\": null,\n \"CheckNumber\": \"12345\",\n \"CheckData\": null,\n \"PaymentData\": {\n \"MaskedAccount\": \"1XXXXXX3123\",\n \"AccountType\": \"checking\",\n \"AccountExp\": \"\",\n \"AccountZip\": \"\",\n \"HolderName\": null,\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-456\",\n \"Initiator\": null,\n \"StoredMethodUsageType\": null,\n \"Sequence\": null,\n \"orderDescription\": null,\n \"cloudSignatureData\": null,\n \"cloudSignatureFormat\": null,\n \"paymentDetails\": null,\n \"payorData\": null,\n \"accountId\": \"\",\n \"bankAccount\": null,\n \"gatewayConnector\": null,\n \"binData\": null\n },\n \"Bills\": [\n {\n \"billId\": 54323,\n \"LotNumber\": null,\n \"AccountingField1\": null,\n \"AccountingField2\": null,\n \"Terms\": null,\n \"AdditionalData\": null,\n \"attachments\": null,\n \"invoiceNumber\": \"INV-2345\",\n \"netAmount\": \"100\",\n \"invoiceDate\": \"2024-01-10\",\n \"dueDate\": \"2024-01-20\",\n \"comments\": \"\",\n \"identifier\": null,\n \"discount\": \"0\",\n \"totalAmount\": \"100\"\n }\n ],\n \"Events\": [\n {\n \"TransEvent\": \"Risk Validated: PASSED\",\n \"EventData\": \"blockedCard, blockedIP, blockedPaypoint, blockedPayor\",\n \"EventTime\": \"2024-01-15T15:00:01Z\"\n },\n {\n \"TransEvent\": \"Created\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:02Z\"\n },\n {\n \"TransEvent\": \"Authorized\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:03Z\"\n }\n ],\n \"externalPaypointID\": \"\",\n \"EntryName\": \"8cfec329267\",\n \"Gateway\": \"BK\",\n \"BatchId\": 0,\n \"HasVcardTransactions\": false,\n \"IsSameDayACH\": false,\n \"ScheduleId\": 0,\n \"SettlementStatus\": \"None\",\n \"SettlementStatusName\": \"\",\n \"SettlementDate\": null,\n \"RiskFlagged\": false,\n \"RiskFlaggedOn\": \"2024-01-15T15:00:01Z\",\n \"RiskStatus\": \"PASSED\",\n \"RiskReason\": \"\",\n \"RiskAction\": \"\",\n \"RiskActionCode\": 0,\n \"PayoutProgram\": \"ODP\",\n \"AchTraceNumber\": null,\n \"EntityId\": \"01J0ABCDEF9FWATVWMBWGE6MPP\"\n }\n ],\n \"Summary\": {\n \"totalPaid\": 1,\n \"totalPaidAmount\": 4,\n \"totalCanceled\": 1743,\n \"totalCanceledAmount\": 4515,\n \"totalCaptured\": 138,\n \"totalCapturedAmount\": 542,\n \"totalAuthorized\": 4139,\n \"totalAuthorizedAmount\": 11712.35,\n \"totalProcessing\": 1780,\n \"totalProcessingAmount\": 4660.6,\n \"totalOpen\": 2,\n \"totalOpenAmount\": 2,\n \"totalOnHold\": 0,\n \"totalOnHoldAmount\": 0,\n \"totalRecords\": 7803,\n \"totalAmount\": 21435.95,\n \"totalNetAmount\": 21435.95,\n \"totalPages\": 391,\n \"pageSize\": 20,\n \"pageidentifier\": null\n }\n}",
3586
+ "body": "{\n \"Records\": [\n {\n \"IdOut\": 236,\n \"CreatedAt\": \"2024-01-15T15:00:01Z\",\n \"Comments\": \"Deposit for materials\",\n \"Vendor\": {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Riverside Plumbing\",\n \"Name2\": null,\n \"EIN\": null,\n \"Phone\": \"(555) 555-1234\",\n \"Email\": \"vendor@example.com\",\n \"RemitEmail\": null,\n \"Address1\": \"100 Main Street\",\n \"Address2\": null,\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"33131\",\n \"Country\": \"US\",\n \"Mcc\": null,\n \"LocationCode\": null,\n \"Contacts\": [\n {\n \"ContactName\": \"Alex Doe\",\n \"ContactEmail\": \"contact@example.com\",\n \"ContactTitle\": \"Accounts Receivable\",\n \"ContactPhone\": \"(555) 555-5678\"\n }\n ],\n \"BillingData\": null,\n \"PaymentMethod\": \"ach\",\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": null,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"8cfec329267\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"CreatedDate\": \"2024-01-10T15:00:01Z\",\n \"LastUpdated\": \"2024-01-12T15:00:01Z\",\n \"remitAddress1\": \"100 Main Street\",\n \"remitAddress2\": null,\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"33131\",\n \"remitCountry\": \"US\",\n \"payeeName1\": null,\n \"payeeName2\": null,\n \"customField1\": null,\n \"customField2\": null,\n \"customerVendorAccount\": null,\n \"InternalReferenceId\": 12345,\n \"PaymentPortalUrl\": null,\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"yes\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2024-01-12T15:00:01Z\",\n \"EnrichmentId\": null,\n \"additionalData\": null,\n \"externalPaypointID\": \"\",\n \"StoredMethods\": null\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"Status\": 1,\n \"PaymentId\": \"01J0ABCDEF2WQ4VS323V5WKZP3\",\n \"TransId\": null,\n \"TransStatus\": null,\n \"TransStatusDetail\": null,\n \"TransStatusName\": null,\n \"TransStatusCategory\": null,\n \"LastUpdated\": \"2024-01-15T15:00:01Z\",\n \"TotalAmount\": 110.25,\n \"NetAmount\": 100,\n \"FeeAmount\": 10.25,\n \"Source\": \"api\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"BatchNumber\": \"BT-2024321\",\n \"PaymentStatus\": \"Processed\",\n \"PaymentMethod\": \"ach\",\n \"CardToken\": null,\n \"CheckNumber\": \"12345\",\n \"CheckData\": null,\n \"PaymentData\": {\n \"MaskedAccount\": \"1XXXXXX3123\",\n \"AccountType\": \"checking\",\n \"AccountExp\": \"\",\n \"AccountZip\": \"\",\n \"HolderName\": null,\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-456\",\n \"Initiator\": null,\n \"StoredMethodUsageType\": null,\n \"Sequence\": null,\n \"orderDescription\": null,\n \"cloudSignatureData\": null,\n \"cloudSignatureFormat\": null,\n \"paymentDetails\": null,\n \"payorData\": null,\n \"accountId\": \"\",\n \"bankAccount\": null,\n \"gatewayConnector\": null,\n \"binData\": null\n },\n \"Bills\": [\n {\n \"billId\": 54323,\n \"LotNumber\": null,\n \"AccountingField1\": null,\n \"AccountingField2\": null,\n \"Terms\": null,\n \"AdditionalData\": null,\n \"attachments\": null,\n \"invoiceNumber\": \"INV-2345\",\n \"netAmount\": \"100\",\n \"invoiceDate\": \"2024-01-10\",\n \"dueDate\": \"2024-01-20\",\n \"comments\": \"\",\n \"identifier\": null,\n \"discount\": \"0\",\n \"totalAmount\": \"100\"\n }\n ],\n \"Events\": [\n {\n \"TransEvent\": \"Risk Validated: PASSED\",\n \"EventData\": \"blockedCard, blockedIP, blockedPaypoint, blockedPayor\",\n \"EventTime\": \"2024-01-15T15:00:01Z\"\n },\n {\n \"TransEvent\": \"Created\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:02Z\"\n },\n {\n \"TransEvent\": \"Authorized\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:03Z\"\n }\n ],\n \"externalPaypointID\": \"\",\n \"EntryName\": \"8cfec329267\",\n \"Gateway\": \"BK\",\n \"BatchId\": 0,\n \"HasVcardTransactions\": false,\n \"IsSameDayACH\": false,\n \"ScheduleId\": 0,\n \"SettlementStatus\": \"None\",\n \"SettlementStatusName\": \"\",\n \"SettlementDate\": null,\n \"RiskFlagged\": false,\n \"RiskFlaggedOn\": \"2024-01-15T15:00:01Z\",\n \"RiskStatus\": \"PASSED\",\n \"RiskReason\": \"\",\n \"RiskAction\": \"\",\n \"RiskActionCode\": 0,\n \"PayoutProgram\": \"ODP\",\n \"AchTraceNumber\": null,\n \"EntityId\": \"01J0ABCDEF9FWATVWMBWGE6MPP\",\n \"allowedActions\": [\n \"cancel\"\n ]\n }\n ],\n \"Summary\": {\n \"totalPaid\": 1,\n \"totalPaidAmount\": 4,\n \"totalCanceled\": 1743,\n \"totalCanceledAmount\": 4515,\n \"totalCaptured\": 138,\n \"totalCapturedAmount\": 542,\n \"totalAuthorized\": 4139,\n \"totalAuthorizedAmount\": 11712.35,\n \"totalProcessing\": 1780,\n \"totalProcessingAmount\": 4660.6,\n \"totalOpen\": 2,\n \"totalOpenAmount\": 2,\n \"totalOnHold\": 0,\n \"totalOnHoldAmount\": 0,\n \"totalRecords\": 7803,\n \"totalAmount\": 21435.95,\n \"totalNetAmount\": 21435.95,\n \"totalPages\": 391,\n \"pageSize\": 20,\n \"pageidentifier\": null\n }\n}",
3587
3587
  "headers": {
3588
3588
  "Content-Type": "application/json"
3589
3589
  }
@@ -3625,7 +3625,7 @@
3625
3625
  },
3626
3626
  "response": {
3627
3627
  "status": 200,
3628
- "body": "{\n \"Records\": [\n {\n \"IdOut\": 236,\n \"CreatedAt\": \"2024-01-15T15:00:01Z\",\n \"Comments\": \"Deposit for materials\",\n \"Vendor\": {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Riverside Plumbing\",\n \"Name2\": null,\n \"EIN\": null,\n \"Phone\": \"(555) 555-1234\",\n \"Email\": \"vendor@example.com\",\n \"RemitEmail\": null,\n \"Address1\": \"100 Main Street\",\n \"Address2\": null,\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"33131\",\n \"Country\": \"US\",\n \"Mcc\": null,\n \"LocationCode\": null,\n \"Contacts\": [\n {\n \"ContactName\": \"Alex Doe\",\n \"ContactEmail\": \"contact@example.com\",\n \"ContactTitle\": \"Accounts Receivable\",\n \"ContactPhone\": \"(555) 555-5678\"\n }\n ],\n \"BillingData\": null,\n \"PaymentMethod\": \"ach\",\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": null,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"8cfec329267\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"CreatedDate\": \"2024-01-10T15:00:01Z\",\n \"LastUpdated\": \"2024-01-12T15:00:01Z\",\n \"remitAddress1\": \"100 Main Street\",\n \"remitAddress2\": null,\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"33131\",\n \"remitCountry\": \"US\",\n \"payeeName1\": null,\n \"payeeName2\": null,\n \"customField1\": null,\n \"customField2\": null,\n \"customerVendorAccount\": null,\n \"InternalReferenceId\": 12345,\n \"PaymentPortalUrl\": null,\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"yes\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2024-01-12T15:00:01Z\",\n \"EnrichmentId\": null,\n \"additionalData\": null,\n \"externalPaypointID\": \"\",\n \"StoredMethods\": null\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"Status\": 1,\n \"PaymentId\": \"01J0ABCDEF2WQ4VS323V5WKZP3\",\n \"TransId\": null,\n \"TransStatus\": null,\n \"TransStatusDetail\": null,\n \"TransStatusName\": null,\n \"TransStatusCategory\": null,\n \"LastUpdated\": \"2024-01-15T15:00:01Z\",\n \"TotalAmount\": 110.25,\n \"NetAmount\": 100,\n \"FeeAmount\": 10.25,\n \"Source\": \"api\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"BatchNumber\": \"BT-2024321\",\n \"PaymentStatus\": \"Processed\",\n \"PaymentMethod\": \"ach\",\n \"CardToken\": null,\n \"CheckNumber\": \"12345\",\n \"CheckData\": null,\n \"PaymentData\": {\n \"MaskedAccount\": \"1XXXXXX3123\",\n \"AccountType\": \"checking\",\n \"AccountExp\": \"\",\n \"AccountZip\": \"\",\n \"HolderName\": null,\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-456\",\n \"Initiator\": null,\n \"StoredMethodUsageType\": null,\n \"Sequence\": null,\n \"orderDescription\": null,\n \"cloudSignatureData\": null,\n \"cloudSignatureFormat\": null,\n \"paymentDetails\": null,\n \"payorData\": null,\n \"accountId\": \"\",\n \"bankAccount\": null,\n \"gatewayConnector\": null,\n \"binData\": null\n },\n \"Bills\": [\n {\n \"billId\": 54323,\n \"LotNumber\": null,\n \"AccountingField1\": null,\n \"AccountingField2\": null,\n \"Terms\": null,\n \"AdditionalData\": null,\n \"attachments\": null,\n \"invoiceNumber\": \"INV-2345\",\n \"netAmount\": \"100\",\n \"invoiceDate\": \"2024-01-10\",\n \"dueDate\": \"2024-01-20\",\n \"comments\": \"\",\n \"identifier\": null,\n \"discount\": \"0\",\n \"totalAmount\": \"100\"\n }\n ],\n \"Events\": [\n {\n \"TransEvent\": \"Risk Validated: PASSED\",\n \"EventData\": \"blockedCard, blockedIP, blockedPaypoint, blockedPayor\",\n \"EventTime\": \"2024-01-15T15:00:01Z\"\n },\n {\n \"TransEvent\": \"Created\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:02Z\"\n },\n {\n \"TransEvent\": \"Authorized\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:03Z\"\n }\n ],\n \"externalPaypointID\": \"\",\n \"EntryName\": \"8cfec329267\",\n \"Gateway\": \"BK\",\n \"BatchId\": 0,\n \"HasVcardTransactions\": false,\n \"IsSameDayACH\": false,\n \"ScheduleId\": 0,\n \"SettlementStatus\": \"None\",\n \"SettlementStatusName\": \"\",\n \"SettlementDate\": null,\n \"RiskFlagged\": false,\n \"RiskFlaggedOn\": \"2024-01-15T15:00:01Z\",\n \"RiskStatus\": \"PASSED\",\n \"RiskReason\": \"\",\n \"RiskAction\": \"\",\n \"RiskActionCode\": 0,\n \"PayoutProgram\": \"ODP\",\n \"AchTraceNumber\": null,\n \"EntityId\": \"01J0ABCDEF9FWATVWMBWGE6MPP\"\n }\n ],\n \"Summary\": {\n \"totalPaid\": 1,\n \"totalPaidAmount\": 4,\n \"totalCanceled\": 1743,\n \"totalCanceledAmount\": 4515,\n \"totalCaptured\": 138,\n \"totalCapturedAmount\": 542,\n \"totalAuthorized\": 4139,\n \"totalAuthorizedAmount\": 11712.35,\n \"totalProcessing\": 1780,\n \"totalProcessingAmount\": 4660.6,\n \"totalOpen\": 2,\n \"totalOpenAmount\": 2,\n \"totalOnHold\": 0,\n \"totalOnHoldAmount\": 0,\n \"totalRecords\": 7803,\n \"totalAmount\": 21435.95,\n \"totalNetAmount\": 21435.95,\n \"totalPages\": 391,\n \"pageSize\": 20,\n \"pageidentifier\": null\n }\n}",
3628
+ "body": "{\n \"Records\": [\n {\n \"IdOut\": 236,\n \"CreatedAt\": \"2024-01-15T15:00:01Z\",\n \"Comments\": \"Deposit for materials\",\n \"Vendor\": {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Riverside Plumbing\",\n \"Name2\": null,\n \"EIN\": null,\n \"Phone\": \"(555) 555-1234\",\n \"Email\": \"vendor@example.com\",\n \"RemitEmail\": null,\n \"Address1\": \"100 Main Street\",\n \"Address2\": null,\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"33131\",\n \"Country\": \"US\",\n \"Mcc\": null,\n \"LocationCode\": null,\n \"Contacts\": [\n {\n \"ContactName\": \"Alex Doe\",\n \"ContactEmail\": \"contact@example.com\",\n \"ContactTitle\": \"Accounts Receivable\",\n \"ContactPhone\": \"(555) 555-5678\"\n }\n ],\n \"BillingData\": null,\n \"PaymentMethod\": \"ach\",\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": null,\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"8cfec329267\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"CreatedDate\": \"2024-01-10T15:00:01Z\",\n \"LastUpdated\": \"2024-01-12T15:00:01Z\",\n \"remitAddress1\": \"100 Main Street\",\n \"remitAddress2\": null,\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"33131\",\n \"remitCountry\": \"US\",\n \"payeeName1\": null,\n \"payeeName2\": null,\n \"customField1\": null,\n \"customField2\": null,\n \"customerVendorAccount\": null,\n \"InternalReferenceId\": 12345,\n \"PaymentPortalUrl\": null,\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"yes\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2024-01-12T15:00:01Z\",\n \"EnrichmentId\": null,\n \"additionalData\": null,\n \"externalPaypointID\": \"\",\n \"StoredMethods\": null\n },\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"Status\": 1,\n \"PaymentId\": \"01J0ABCDEF2WQ4VS323V5WKZP3\",\n \"TransId\": null,\n \"TransStatus\": null,\n \"TransStatusDetail\": null,\n \"TransStatusName\": null,\n \"TransStatusCategory\": null,\n \"LastUpdated\": \"2024-01-15T15:00:01Z\",\n \"TotalAmount\": 110.25,\n \"NetAmount\": 100,\n \"FeeAmount\": 10.25,\n \"Source\": \"api\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 123,\n \"BatchNumber\": \"BT-2024321\",\n \"PaymentStatus\": \"Processed\",\n \"PaymentMethod\": \"ach\",\n \"CardToken\": null,\n \"CheckNumber\": \"12345\",\n \"CheckData\": null,\n \"PaymentData\": {\n \"MaskedAccount\": \"1XXXXXX3123\",\n \"AccountType\": \"checking\",\n \"AccountExp\": \"\",\n \"AccountZip\": \"\",\n \"HolderName\": null,\n \"StoredId\": \"1ec55af9-7b5a-4ff0-81ed-c12d2f95e135-456\",\n \"Initiator\": null,\n \"StoredMethodUsageType\": null,\n \"Sequence\": null,\n \"orderDescription\": null,\n \"cloudSignatureData\": null,\n \"cloudSignatureFormat\": null,\n \"paymentDetails\": null,\n \"payorData\": null,\n \"accountId\": \"\",\n \"bankAccount\": null,\n \"gatewayConnector\": null,\n \"binData\": null\n },\n \"Bills\": [\n {\n \"billId\": 54323,\n \"LotNumber\": null,\n \"AccountingField1\": null,\n \"AccountingField2\": null,\n \"Terms\": null,\n \"AdditionalData\": null,\n \"attachments\": null,\n \"invoiceNumber\": \"INV-2345\",\n \"netAmount\": \"100\",\n \"invoiceDate\": \"2024-01-10\",\n \"dueDate\": \"2024-01-20\",\n \"comments\": \"\",\n \"identifier\": null,\n \"discount\": \"0\",\n \"totalAmount\": \"100\"\n }\n ],\n \"Events\": [\n {\n \"TransEvent\": \"Risk Validated: PASSED\",\n \"EventData\": \"blockedCard, blockedIP, blockedPaypoint, blockedPayor\",\n \"EventTime\": \"2024-01-15T15:00:01Z\"\n },\n {\n \"TransEvent\": \"Created\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:02Z\"\n },\n {\n \"TransEvent\": \"Authorized\",\n \"EventData\": \"0HNMNN3L95DJB:00000001\",\n \"EventTime\": \"2024-01-15T15:00:03Z\"\n }\n ],\n \"externalPaypointID\": \"\",\n \"EntryName\": \"8cfec329267\",\n \"Gateway\": \"BK\",\n \"BatchId\": 0,\n \"HasVcardTransactions\": false,\n \"IsSameDayACH\": false,\n \"ScheduleId\": 0,\n \"SettlementStatus\": \"None\",\n \"SettlementStatusName\": \"\",\n \"SettlementDate\": null,\n \"RiskFlagged\": false,\n \"RiskFlaggedOn\": \"2024-01-15T15:00:01Z\",\n \"RiskStatus\": \"PASSED\",\n \"RiskReason\": \"\",\n \"RiskAction\": \"\",\n \"RiskActionCode\": 0,\n \"PayoutProgram\": \"ODP\",\n \"AchTraceNumber\": null,\n \"EntityId\": \"01J0ABCDEF9FWATVWMBWGE6MPP\",\n \"allowedActions\": [\n \"cancel\"\n ]\n }\n ],\n \"Summary\": {\n \"totalPaid\": 1,\n \"totalPaidAmount\": 4,\n \"totalCanceled\": 1743,\n \"totalCanceledAmount\": 4515,\n \"totalCaptured\": 138,\n \"totalCapturedAmount\": 542,\n \"totalAuthorized\": 4139,\n \"totalAuthorizedAmount\": 11712.35,\n \"totalProcessing\": 1780,\n \"totalProcessingAmount\": 4660.6,\n \"totalOpen\": 2,\n \"totalOpenAmount\": 2,\n \"totalOnHold\": 0,\n \"totalOnHoldAmount\": 0,\n \"totalRecords\": 7803,\n \"totalAmount\": 21435.95,\n \"totalNetAmount\": 21435.95,\n \"totalPages\": 391,\n \"pageSize\": 20,\n \"pageidentifier\": null\n }\n}",
3629
3629
  "headers": {
3630
3630
  "Content-Type": "application/json"
3631
3631
  }
@@ -6959,13 +6959,13 @@
6959
6959
  }
6960
6960
  },
6961
6961
  {
6962
- "id": "f7f18b9f-0aba-4d5b-8354-7fb9a794e891",
6962
+ "id": "fe0d973f-8b0d-4923-9662-74810ab0b6fd",
6963
6963
  "name": "Update organization - Example1",
6964
6964
  "request": {
6965
- "urlPathTemplate": "/Organization/{orgId}",
6965
+ "urlPathTemplate": "/Organization/{orgIdPathParam}",
6966
6966
  "method": "PUT",
6967
6967
  "pathParameters": {
6968
- "orgId": {
6968
+ "orgIdPathParam": {
6969
6969
  "equalTo": "123"
6970
6970
  }
6971
6971
  }
@@ -6977,7 +6977,7 @@
6977
6977
  "Content-Type": "application/json"
6978
6978
  }
6979
6979
  },
6980
- "uuid": "f7f18b9f-0aba-4d5b-8354-7fb9a794e891",
6980
+ "uuid": "fe0d973f-8b0d-4923-9662-74810ab0b6fd",
6981
6981
  "persistent": true,
6982
6982
  "priority": 3,
6983
6983
  "metadata": {
@@ -9264,9 +9264,85 @@
9264
9264
  }
9265
9265
  }
9266
9266
  }
9267
+ },
9268
+ {
9269
+ "id": "f78675cf-c6de-4a25-a3ab-3bb219aee922",
9270
+ "name": "List billing profiles - ListProfiles",
9271
+ "request": {
9272
+ "urlPathTemplate": "/billing/configuration/org/{orgId}",
9273
+ "method": "GET",
9274
+ "pathParameters": {
9275
+ "orgId": {
9276
+ "equalTo": "123"
9277
+ }
9278
+ },
9279
+ "queryParameters": {
9280
+ "limitRecord": {
9281
+ "equalTo": "20"
9282
+ },
9283
+ "fromRecord": {
9284
+ "equalTo": "0"
9285
+ }
9286
+ }
9287
+ },
9288
+ "response": {
9289
+ "status": 200,
9290
+ "body": "{\n \"summary\": {\n \"pageIdentifier\": \"E8955DBE2D534C80B9AF\",\n \"pageSize\": 20,\n \"totalPages\": 1,\n \"totalRecords\": 2\n },\n \"records\": [\n {\n \"id\": 695,\n \"versionId\": 1322,\n \"versionNumber\": 1,\n \"business\": {\n \"entityType\": \"Organization\",\n \"entityId\": 123\n },\n \"serviceVertical\": \"PayOut\",\n \"name\": \"PayOut Default Configuration\",\n \"feeType\": \"Flat\",\n \"createdAt\": \"2026-01-01T00:00:00Z\",\n \"updatedAt\": \"2026-01-01T00:00:00Z\",\n \"entitiesAssigned\": {\n \"organizations\": 11,\n \"paypoints\": 2,\n \"templates\": 2,\n \"applications\": 357\n },\n \"parentId\": \"1:123\",\n \"countOfEvents\": 10\n },\n {\n \"id\": 1,\n \"versionId\": 4229,\n \"versionNumber\": 31,\n \"business\": {\n \"entityType\": \"Organization\",\n \"entityId\": 123\n },\n \"serviceVertical\": \"PayIn\",\n \"name\": \"Default PayIn Profile\",\n \"feeType\": \"Flat\",\n \"createdAt\": \"2026-01-01T00:00:00Z\",\n \"updatedAt\": \"2026-01-01T00:00:00Z\",\n \"entitiesAssigned\": {\n \"organizations\": 11,\n \"paypoints\": 2,\n \"templates\": 0,\n \"applications\": 13\n },\n \"parentId\": \"1:123\",\n \"countOfEvents\": 11\n }\n ]\n}",
9291
+ "headers": {
9292
+ "Content-Type": "application/json"
9293
+ }
9294
+ },
9295
+ "uuid": "f78675cf-c6de-4a25-a3ab-3bb219aee922",
9296
+ "persistent": true,
9297
+ "priority": 3,
9298
+ "metadata": {
9299
+ "mocklab": {
9300
+ "created": {
9301
+ "at": "2020-01-01T00:00:00.000Z",
9302
+ "via": "SYSTEM"
9303
+ }
9304
+ }
9305
+ }
9306
+ },
9307
+ {
9308
+ "id": "807c9456-256f-4f4e-bef5-d1bd9f4dca0a",
9309
+ "name": "View billing profile - GetProfile",
9310
+ "request": {
9311
+ "urlPathTemplate": "/billing/configuration/{serviceGroup}/{entityType}/{entityId}",
9312
+ "method": "GET",
9313
+ "pathParameters": {
9314
+ "serviceGroup": {
9315
+ "equalTo": "PayIn"
9316
+ },
9317
+ "entityType": {
9318
+ "equalTo": "Organization"
9319
+ },
9320
+ "entityId": {
9321
+ "equalTo": "123"
9322
+ }
9323
+ }
9324
+ },
9325
+ "response": {
9326
+ "status": 200,
9327
+ "body": "{\n \"id\": 1,\n \"versionId\": 4229,\n \"versionNumber\": 31,\n \"business\": {\n \"entityType\": 1,\n \"entityId\": 123\n },\n \"name\": \"Default PayIn Profile\",\n \"feeType\": 1,\n \"createdAt\": \"2026-01-01T00:00:00Z\",\n \"updatedAt\": \"2026-01-01T00:00:00Z\",\n \"parentId\": \"1:123\",\n \"billableEvents\": [\n {\n \"id\": 1,\n \"name\": \"payin-card-sale-all\",\n \"vertical\": 1,\n \"service\": 1,\n \"serviceType\": 0,\n \"eventType\": 4,\n \"eventGroup\": 5,\n \"eventSource\": 0,\n \"regionType\": 1,\n \"feeSchedules\": [\n {\n \"id\": 13419,\n \"value\": 0.3,\n \"rate\": 2.9,\n \"passthrough\": 0,\n \"payor\": {\n \"entityType\": 1,\n \"entityId\": 123\n },\n \"collector\": {\n \"entityType\": 1,\n \"entityId\": 123\n },\n \"overflowPayor\": null,\n \"overflowCollectionSchedule\": null,\n \"minimumTotal\": null,\n \"maximumTotal\": null,\n \"effectiveDate\": \"2026-01-01T00:00:00Z\",\n \"expirationDate\": null,\n \"createdAt\": \"2026-01-01T00:00:00Z\",\n \"updatedAt\": \"2026-01-01T00:00:00Z\",\n \"createdBy\": \"395\",\n \"collectionSchedule\": 2,\n \"billDate\": 1,\n \"overrideFeeScheduleId\": null,\n \"feeType\": 1\n }\n ]\n }\n ]\n}",
9328
+ "headers": {
9329
+ "Content-Type": "application/json"
9330
+ }
9331
+ },
9332
+ "uuid": "807c9456-256f-4f4e-bef5-d1bd9f4dca0a",
9333
+ "persistent": true,
9334
+ "priority": 3,
9335
+ "metadata": {
9336
+ "mocklab": {
9337
+ "created": {
9338
+ "at": "2020-01-01T00:00:00.000Z",
9339
+ "via": "SYSTEM"
9340
+ }
9341
+ }
9342
+ }
9267
9343
  }
9268
9344
  ],
9269
9345
  "meta": {
9270
- "total": 268
9346
+ "total": 270
9271
9347
  }
9272
9348
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payabli
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Payabli
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-28 00:00:00.000000000 Z
11
+ date: 2026-08-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The Payabli Ruby library provides convenient access to the Payabli API
14
14
  from Ruby.
@@ -34,6 +34,10 @@ files:
34
34
  - lib/payabli/bill/types/list_bills_request.rb
35
35
  - lib/payabli/bill/types/send_to_approval_bill_request.rb
36
36
  - lib/payabli/bill/types/set_approved_bill_request.rb
37
+ - lib/payabli/billing/client.rb
38
+ - lib/payabli/billing/types/get_profile_billing_request_entity_type.rb
39
+ - lib/payabli/billing/types/get_profile_billing_request_service_group.rb
40
+ - lib/payabli/billing/types/list_billing_profiles_request.rb
37
41
  - lib/payabli/boarding/client.rb
38
42
  - lib/payabli/boarding/types/create_application_from_paypoint_request.rb
39
43
  - lib/payabli/boarding/types/get_external_application_request.rb
@@ -387,13 +391,20 @@ files:
387
391
  - lib/payabli/types/bill_query_response_summary.rb
388
392
  - lib/payabli/types/bill_response.rb
389
393
  - lib/payabli/types/bill_response_data.rb
394
+ - lib/payabli/types/billable_event.rb
390
395
  - lib/payabli/types/billing_address_addtl_nullable.rb
391
396
  - lib/payabli/types/billing_address_nullable.rb
392
397
  - lib/payabli/types/billing_city_nullable.rb
393
398
  - lib/payabli/types/billing_country_nullable.rb
394
399
  - lib/payabli/types/billing_data.rb
395
400
  - lib/payabli/types/billing_data_response.rb
401
+ - lib/payabli/types/billing_entity.rb
402
+ - lib/payabli/types/billing_entity_named.rb
396
403
  - lib/payabli/types/billing_fee_detail.rb
404
+ - lib/payabli/types/billing_profile_query_response.rb
405
+ - lib/payabli/types/billing_profile_record.rb
406
+ - lib/payabli/types/billing_profile_response.rb
407
+ - lib/payabli/types/billing_profile_summary.rb
397
408
  - lib/payabli/types/billing_state_nullable.rb
398
409
  - lib/payabli/types/billing_zip.rb
399
410
  - lib/payabli/types/billitems.rb
@@ -473,6 +484,7 @@ files:
473
484
  - lib/payabli/types/check_method.rb
474
485
  - lib/payabli/types/city_nullable.rb
475
486
  - lib/payabli/types/cloud_query_api_response.rb
487
+ - lib/payabli/types/collection_schedule_value.rb
476
488
  - lib/payabli/types/comments.rb
477
489
  - lib/payabli/types/configure_apple_pay_organization_api_response.rb
478
490
  - lib/payabli/types/configure_apple_paypoint_api_response.rb
@@ -531,13 +543,19 @@ files:
531
543
  - lib/payabli/types/emv_auth_response_data.rb
532
544
  - lib/payabli/types/enabled.rb
533
545
  - lib/payabli/types/enrollment_status.rb
546
+ - lib/payabli/types/entities_assigned.rb
534
547
  - lib/payabli/types/entity_id.rb
535
548
  - lib/payabli/types/entity_id_string.rb
536
549
  - lib/payabli/types/entity_type.rb
550
+ - lib/payabli/types/entity_type_name.rb
551
+ - lib/payabli/types/entity_type_value.rb
537
552
  - lib/payabli/types/entry.rb
538
553
  - lib/payabli/types/entry_attributes.rb
539
554
  - lib/payabli/types/entrypage_id.rb
540
555
  - lib/payabli/types/entrypointfield.rb
556
+ - lib/payabli/types/event_group_value.rb
557
+ - lib/payabli/types/event_source_value.rb
558
+ - lib/payabli/types/event_type_value.rb
541
559
  - lib/payabli/types/expected_deposit_date.rb
542
560
  - lib/payabli/types/expected_processing_date_time.rb
543
561
  - lib/payabli/types/export_format.rb
@@ -546,6 +564,9 @@ files:
546
564
  - lib/payabli/types/external_processor_information.rb
547
565
  - lib/payabli/types/fax_number.rb
548
566
  - lib/payabli/types/fee_amount.rb
567
+ - lib/payabli/types/fee_schedule.rb
568
+ - lib/payabli/types/fee_type_name.rb
569
+ - lib/payabli/types/fee_type_value.rb
549
570
  - lib/payabli/types/file.rb
550
571
  - lib/payabli/types/file_content.rb
551
572
  - lib/payabli/types/file_content_ftype.rb
@@ -742,6 +763,7 @@ files:
742
763
  - lib/payabli/types/pagelink_setting.rb
743
764
  - lib/payabli/types/pagesize.rb
744
765
  - lib/payabli/types/pair_files.rb
766
+ - lib/payabli/types/passthrough_value.rb
745
767
  - lib/payabli/types/pay_category.rb
746
768
  - lib/payabli/types/pay_method_ach.rb
747
769
  - lib/payabli/types/pay_method_ach_method.rb
@@ -851,6 +873,7 @@ files:
851
873
  - lib/payabli/types/query_payout_subscription_response.rb
852
874
  - lib/payabli/types/query_payout_transaction.rb
853
875
  - lib/payabli/types/query_payout_transaction_records_item.rb
876
+ - lib/payabli/types/query_payout_transaction_records_item_allowed_actions_item.rb
854
877
  - lib/payabli/types/query_payout_transaction_records_item_payment_data.rb
855
878
  - lib/payabli/types/query_payout_transaction_summary.rb
856
879
  - lib/payabli/types/query_response_data.rb
@@ -887,6 +910,7 @@ files:
887
910
  - lib/payabli/types/refund_response.rb
888
911
  - lib/payabli/types/refund_v_2_request.rb
889
912
  - lib/payabli/types/refund_with_instructions_response.rb
913
+ - lib/payabli/types/region_type_value.rb
890
914
  - lib/payabli/types/reissue_payment_method.rb
891
915
  - lib/payabli/types/reissue_payout_response.rb
892
916
  - lib/payabli/types/reissue_payout_response_data.rb
@@ -951,6 +975,10 @@ files:
951
975
  - lib/payabli/types/send_invoice_response.rb
952
976
  - lib/payabli/types/sequence.rb
953
977
  - lib/payabli/types/service_cost.rb
978
+ - lib/payabli/types/service_group_value.rb
979
+ - lib/payabli/types/service_type_value.rb
980
+ - lib/payabli/types/service_value.rb
981
+ - lib/payabli/types/service_vertical_name.rb
954
982
  - lib/payabli/types/services.rb
955
983
  - lib/payabli/types/services_section.rb
956
984
  - lib/payabli/types/set_approved_bill_response.rb