payabli 3.0.6 → 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.
- checksums.yaml +4 -4
- data/.fern/metadata.json +7 -6
- data/lib/payabli/bill/client.rb +8 -2
- data/lib/payabli/billing/client.rb +129 -0
- data/lib/payabli/billing/types/get_profile_billing_request_entity_type.rb +16 -0
- data/lib/payabli/billing/types/get_profile_billing_request_service_group.rb +14 -0
- data/lib/payabli/billing/types/list_billing_profiles_request.rb +23 -0
- data/lib/payabli/boarding/client.rb +4 -1
- data/lib/payabli/case_management/client.rb +662 -0
- data/lib/payabli/case_management/types/assign_case_request.rb +15 -0
- data/lib/payabli/case_management/types/create_bank_account_change_case_request.rb +31 -0
- data/lib/payabli/case_management/types/list_cases_case_management_request.rb +17 -0
- data/lib/payabli/case_management/types/list_messages_case_management_request.rb +15 -0
- data/lib/payabli/case_management/types/post_case_message_request.rb +13 -0
- data/lib/payabli/case_management/types/transition_case_request.rb +17 -0
- data/lib/payabli/case_management/types/upload_attachment_case_management_request.rb +11 -0
- data/lib/payabli/case_management/types/validate_bank_account_change_request.rb +23 -0
- data/lib/payabli/client.rb +11 -1
- data/lib/payabli/customer/client.rb +4 -1
- data/lib/payabli/hosted_payment_pages/client.rb +4 -1
- data/lib/payabli/internal/http/raw_client.rb +15 -2
- data/lib/payabli/internal/json/request.rb +7 -5
- data/lib/payabli/line_item/client.rb +4 -1
- data/lib/payabli/money_in/client.rb +55 -8
- data/lib/payabli/money_out/client.rb +17 -3
- data/lib/payabli/money_out/types/capture_all_out_request.rb +2 -0
- data/lib/payabli/money_out/types/capture_out_request.rb +2 -0
- data/lib/payabli/money_out/types/request_out_authorize.rb +2 -0
- data/lib/payabli/notification/client.rb +10 -7
- data/lib/payabli/ocr/client.rb +8 -2
- data/lib/payabli/organization/client.rb +5 -5
- data/lib/payabli/organization/types/organization_data.rb +2 -2
- data/lib/payabli/payment_link/client.rb +8 -2
- data/lib/payabli/paypoint/client.rb +4 -1
- data/lib/payabli/types/attachment_response.rb +24 -0
- data/lib/payabli/types/auth_capture_payout_response_data.rb +1 -1
- data/lib/payabli/types/available_transitions_response.rb +10 -0
- data/lib/payabli/types/bank_account_change_parameters.rb +30 -0
- data/lib/payabli/types/bank_account_change_parameters_type.rb +11 -0
- data/lib/payabli/types/bank_account_services.rb +12 -0
- data/lib/payabli/types/bank_review_decision_reason.rb +14 -0
- data/lib/payabli/types/bank_verification_metadata.rb +14 -0
- data/lib/payabli/types/billable_event.rb +29 -0
- data/lib/payabli/types/billing_entity.rb +13 -0
- data/lib/payabli/types/billing_entity_named.rb +13 -0
- data/lib/payabli/types/billing_profile_query_response.rb +14 -0
- data/lib/payabli/types/billing_profile_record.rb +32 -0
- data/lib/payabli/types/billing_profile_response.rb +31 -0
- data/lib/payabli/types/billing_profile_summary.rb +16 -0
- data/lib/payabli/types/case_list_response.rb +12 -0
- data/lib/payabli/types/case_list_summary.rb +20 -0
- data/lib/payabli/types/case_management_bank_account_function.rb +17 -0
- data/lib/payabli/types/case_metadata.rb +12 -0
- data/lib/payabli/types/case_response.rb +50 -0
- data/lib/payabli/types/case_state.rb +22 -0
- data/lib/payabli/types/case_trigger.rb +22 -0
- data/lib/payabli/types/case_type.rb +11 -0
- data/lib/payabli/types/collection_schedule_value.rb +23 -0
- data/lib/payabli/types/device_query_record.rb +8 -0
- data/lib/payabli/types/entities_assigned.rb +17 -0
- data/lib/payabli/types/entity_type_name.rb +17 -0
- data/lib/payabli/types/entity_type_value.rb +23 -0
- data/lib/payabli/types/event_group_value.rb +23 -0
- data/lib/payabli/types/event_source_value.rb +23 -0
- data/lib/payabli/types/event_type_value.rb +23 -0
- data/lib/payabli/types/fee_schedule.rb +47 -0
- data/lib/payabli/types/fee_type_name.rb +12 -0
- data/lib/payabli/types/fee_type_value.rb +23 -0
- data/lib/payabli/types/message_page.rb +12 -0
- data/lib/payabli/types/money_in_service.rb +17 -0
- data/lib/payabli/types/money_out_service.rb +17 -0
- data/lib/payabli/types/notification_content.rb +1 -1
- data/lib/payabli/types/notification_content_event_type.rb +14 -80
- data/lib/payabli/types/notification_standard_request_content_event_type.rb +97 -111
- data/lib/payabli/types/org_ref.rb +12 -0
- data/lib/payabli/types/passthrough_value.rb +23 -0
- data/lib/payabli/types/paypoint_ref.rb +12 -0
- data/lib/payabli/types/posted_message.rb +14 -0
- data/lib/payabli/types/pre_creation_validation_result.rb +16 -0
- data/lib/payabli/types/query_payout_transaction_records_item.rb +2 -0
- data/lib/payabli/types/query_payout_transaction_records_item_allowed_actions_item.rb +13 -0
- data/lib/payabli/types/region_type_value.rb +23 -0
- data/lib/payabli/types/review_decision_metadata.rb +12 -0
- data/lib/payabli/types/room_message_view.rb +18 -0
- data/lib/payabli/types/service_group_value.rb +23 -0
- data/lib/payabli/types/service_type_value.rb +23 -0
- data/lib/payabli/types/service_value.rb +23 -0
- data/lib/payabli/types/service_vertical_name.rb +13 -0
- data/lib/payabli/types/state_transition_response.rb +26 -0
- data/lib/payabli/types/user_ref.rb +12 -0
- data/lib/payabli/types/verification_code.rb +14 -0
- data/lib/payabli/user/client.rb +8 -2
- data/lib/payabli/vendor/client.rb +8 -2
- data/lib/payabli/version.rb +1 -1
- data/lib/payabli.rb +64 -0
- data/reference.md +1734 -421
- data/wiremock/wiremock-mappings.json +502 -9
- metadata +66 -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": "
|
|
6962
|
+
"id": "fe0d973f-8b0d-4923-9662-74810ab0b6fd",
|
|
6963
6963
|
"name": "Update organization - Example1",
|
|
6964
6964
|
"request": {
|
|
6965
|
-
"urlPathTemplate": "/Organization/{
|
|
6965
|
+
"urlPathTemplate": "/Organization/{orgIdPathParam}",
|
|
6966
6966
|
"method": "PUT",
|
|
6967
6967
|
"pathParameters": {
|
|
6968
|
-
"
|
|
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": "
|
|
6980
|
+
"uuid": "fe0d973f-8b0d-4923-9662-74810ab0b6fd",
|
|
6981
6981
|
"persistent": true,
|
|
6982
6982
|
"priority": 3,
|
|
6983
6983
|
"metadata": {
|
|
@@ -8847,9 +8847,502 @@
|
|
|
8847
8847
|
}
|
|
8848
8848
|
}
|
|
8849
8849
|
}
|
|
8850
|
+
},
|
|
8851
|
+
{
|
|
8852
|
+
"id": "fb60e9c2-ec67-4b06-9e51-489c19d26d36",
|
|
8853
|
+
"name": "Validate bank account change - ValidateBankAccountChange",
|
|
8854
|
+
"request": {
|
|
8855
|
+
"urlPathTemplate": "/v2/cases/bank-account/{paypointId}/validate",
|
|
8856
|
+
"method": "POST",
|
|
8857
|
+
"pathParameters": {
|
|
8858
|
+
"paypointId": {
|
|
8859
|
+
"equalTo": "3040"
|
|
8860
|
+
}
|
|
8861
|
+
}
|
|
8862
|
+
},
|
|
8863
|
+
"response": {
|
|
8864
|
+
"status": 200,
|
|
8865
|
+
"body": "{\n \"isValid\": true,\n \"blockingConditions\": [],\n \"warnings\": [\n \"This paypoint has active batches. Consider scheduling the bank account change after the current batch is closed.\"\n ],\n \"validationErrors\": []\n}",
|
|
8866
|
+
"headers": {
|
|
8867
|
+
"Content-Type": "application/json"
|
|
8868
|
+
}
|
|
8869
|
+
},
|
|
8870
|
+
"uuid": "fb60e9c2-ec67-4b06-9e51-489c19d26d36",
|
|
8871
|
+
"persistent": true,
|
|
8872
|
+
"priority": 3,
|
|
8873
|
+
"metadata": {
|
|
8874
|
+
"mocklab": {
|
|
8875
|
+
"created": {
|
|
8876
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
8877
|
+
"via": "SYSTEM"
|
|
8878
|
+
}
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
},
|
|
8882
|
+
{
|
|
8883
|
+
"id": "fb71e7b2-2d77-4319-9bbf-3b405450e118",
|
|
8884
|
+
"name": "Create bank account change - CreateBankAccountChange",
|
|
8885
|
+
"request": {
|
|
8886
|
+
"urlPathTemplate": "/v2/cases/bank-account/{paypointId}",
|
|
8887
|
+
"method": "POST",
|
|
8888
|
+
"pathParameters": {
|
|
8889
|
+
"paypointId": {
|
|
8890
|
+
"equalTo": "3040"
|
|
8891
|
+
}
|
|
8892
|
+
}
|
|
8893
|
+
},
|
|
8894
|
+
"response": {
|
|
8895
|
+
"status": 201,
|
|
8896
|
+
"body": "{\n \"uuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"state\": \"Submitted\",\n \"caseType\": \"BankAccountChange\",\n \"parameters\": {\n \"type\": \"BankAccountChange\",\n \"nickname\": \"Main Settlement Account\",\n \"bankName\": \"First National Bank\",\n \"bankToken\": \"bnk_2b1c9e40f5a34c9a8f219e7c6b1a2d34\",\n \"accountType\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"business\",\n \"bankAccountFunction\": \"Deposits\",\n \"services\": {\n \"moneyIn\": [\n \"Ach\"\n ],\n \"moneyOut\": [\n \"Ach\"\n ]\n },\n \"default\": true\n },\n \"orgId\": 123,\n \"paypointId\": 3040,\n \"scheduleFor\": null,\n \"createdAt\": \"2026-01-15T10:30:00Z\",\n \"updatedAt\": \"2026-01-15T10:30:00Z\",\n \"createdBy\": 0,\n \"assigneeId\": null,\n \"lastReviewedById\": null,\n \"stateHistory\": [],\n \"attachments\": [],\n \"roomId\": null,\n \"metadata\": null,\n \"org\": {\n \"id\": 123,\n \"name\": \"Example Partner Org\"\n },\n \"paypoint\": {\n \"id\": 3040,\n \"name\": \"Gruzya Adventure Outfitters\"\n },\n \"createdByUser\": null,\n \"assignee\": null,\n \"lastReviewedBy\": null\n}",
|
|
8897
|
+
"headers": {
|
|
8898
|
+
"Content-Type": "application/json"
|
|
8899
|
+
}
|
|
8900
|
+
},
|
|
8901
|
+
"uuid": "fb71e7b2-2d77-4319-9bbf-3b405450e118",
|
|
8902
|
+
"persistent": true,
|
|
8903
|
+
"priority": 3,
|
|
8904
|
+
"metadata": {
|
|
8905
|
+
"mocklab": {
|
|
8906
|
+
"created": {
|
|
8907
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
8908
|
+
"via": "SYSTEM"
|
|
8909
|
+
}
|
|
8910
|
+
}
|
|
8911
|
+
}
|
|
8912
|
+
},
|
|
8913
|
+
{
|
|
8914
|
+
"id": "9050d1d3-83b9-4413-a09c-0bf6def0e020",
|
|
8915
|
+
"name": "Get case - GetCase",
|
|
8916
|
+
"request": {
|
|
8917
|
+
"urlPathTemplate": "/v2/cases/{uuid}",
|
|
8918
|
+
"method": "GET",
|
|
8919
|
+
"pathParameters": {
|
|
8920
|
+
"uuid": {
|
|
8921
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
8922
|
+
}
|
|
8923
|
+
}
|
|
8924
|
+
},
|
|
8925
|
+
"response": {
|
|
8926
|
+
"status": 200,
|
|
8927
|
+
"body": "{\n \"uuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"state\": \"PendingCompletion\",\n \"caseType\": \"BankAccountChange\",\n \"parameters\": {\n \"type\": \"BankAccountChange\",\n \"nickname\": \"Main Settlement Account\",\n \"bankName\": \"First National Bank\",\n \"bankToken\": \"bnk_2b1c9e40f5a34c9a8f219e7c6b1a2d34\",\n \"accountType\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"business\",\n \"bankAccountFunction\": \"Deposits\",\n \"services\": {\n \"moneyIn\": [\n \"Ach\"\n ],\n \"moneyOut\": [\n \"Ach\"\n ]\n },\n \"default\": true\n },\n \"orgId\": 123,\n \"paypointId\": 3040,\n \"scheduleFor\": null,\n \"createdAt\": \"2026-01-15T10:30:00Z\",\n \"updatedAt\": \"2026-01-15T10:30:43Z\",\n \"createdBy\": 0,\n \"assigneeId\": null,\n \"lastReviewedById\": null,\n \"stateHistory\": [\n {\n \"uuid\": \"019f806f-453f-701c-b77d-cb585b743bef\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fromState\": \"Submitted\",\n \"toState\": \"Verifying\",\n \"ipAddress\": null,\n \"triggeredBy\": null,\n \"reason\": \"Background verification started\",\n \"createdAt\": \"2026-01-15T10:30:03Z\",\n \"triggeredByUser\": null\n },\n {\n \"uuid\": \"019f806f-e00e-73d2-b6a4-9dd5b540e11e\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fromState\": \"Verifying\",\n \"toState\": \"AutoApproved\",\n \"ipAddress\": null,\n \"triggeredBy\": null,\n \"reason\": \"Polling outcome: approved\",\n \"createdAt\": \"2026-01-15T10:30:43Z\",\n \"triggeredByUser\": null\n },\n {\n \"uuid\": \"019f806f-e015-730b-be18-ec695f42f133\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fromState\": \"AutoApproved\",\n \"toState\": \"PendingCompletion\",\n \"ipAddress\": null,\n \"triggeredBy\": null,\n \"reason\": \"funding hold acquired\",\n \"createdAt\": \"2026-01-15T10:30:43Z\",\n \"triggeredByUser\": null\n }\n ],\n \"attachments\": [],\n \"roomId\": 96369,\n \"metadata\": {\n \"verification\": {\n \"verificationResult\": {\n \"code\": 6,\n \"name\": \"Pass\",\n \"description\": \"The suggested action is to accept the bank account and/or customer data for this inquiry.\"\n },\n \"accountResponseCode\": {\n \"code\": 12,\n \"name\": \"_1111\",\n \"description\": \"Account Verified – The account was found to be an open and valid checking account.\"\n },\n \"customerResponseCode\": null\n },\n \"reviewDecision\": null\n },\n \"org\": {\n \"id\": 123,\n \"name\": \"Example Partner Org\"\n },\n \"paypoint\": {\n \"id\": 3040,\n \"name\": \"Gruzya Adventure Outfitters\"\n },\n \"createdByUser\": null,\n \"assignee\": null,\n \"lastReviewedBy\": null\n}",
|
|
8928
|
+
"headers": {
|
|
8929
|
+
"Content-Type": "application/json"
|
|
8930
|
+
}
|
|
8931
|
+
},
|
|
8932
|
+
"uuid": "9050d1d3-83b9-4413-a09c-0bf6def0e020",
|
|
8933
|
+
"persistent": true,
|
|
8934
|
+
"priority": 3,
|
|
8935
|
+
"metadata": {
|
|
8936
|
+
"mocklab": {
|
|
8937
|
+
"created": {
|
|
8938
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
8939
|
+
"via": "SYSTEM"
|
|
8940
|
+
}
|
|
8941
|
+
}
|
|
8942
|
+
}
|
|
8943
|
+
},
|
|
8944
|
+
{
|
|
8945
|
+
"id": "e7b60b19-d82e-4f1c-bb07-a43e19f06322",
|
|
8946
|
+
"name": "List cases - ListCases",
|
|
8947
|
+
"request": {
|
|
8948
|
+
"urlPathTemplate": "/v2/cases/organization/{organizationId}",
|
|
8949
|
+
"method": "GET",
|
|
8950
|
+
"pathParameters": {
|
|
8951
|
+
"organizationId": {
|
|
8952
|
+
"equalTo": "123"
|
|
8953
|
+
}
|
|
8954
|
+
},
|
|
8955
|
+
"queryParameters": {
|
|
8956
|
+
"fromRecord": {
|
|
8957
|
+
"equalTo": "0"
|
|
8958
|
+
},
|
|
8959
|
+
"limitRecord": {
|
|
8960
|
+
"equalTo": "20"
|
|
8961
|
+
}
|
|
8962
|
+
}
|
|
8963
|
+
},
|
|
8964
|
+
"response": {
|
|
8965
|
+
"status": 200,
|
|
8966
|
+
"body": "{\n \"summary\": {\n \"totalRecords\": 1,\n \"totalAmount\": 0,\n \"totalNetAmount\": 0,\n \"totalPages\": 1,\n \"pageSize\": 20,\n \"pageidentifier\": null\n },\n \"records\": [\n {\n \"uuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"state\": \"PendingCompletion\",\n \"caseType\": \"BankAccountChange\",\n \"parameters\": {\n \"type\": \"BankAccountChange\",\n \"nickname\": \"Main Settlement Account\",\n \"bankName\": \"First National Bank\",\n \"bankToken\": \"bnk_2b1c9e40f5a34c9a8f219e7c6b1a2d34\",\n \"accountType\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"business\",\n \"bankAccountFunction\": \"Deposits\",\n \"services\": {\n \"moneyIn\": [\n \"Ach\"\n ],\n \"moneyOut\": [\n \"Ach\"\n ]\n },\n \"default\": true\n },\n \"orgId\": 123,\n \"paypointId\": 3040,\n \"scheduleFor\": null,\n \"createdAt\": \"2026-01-15T10:30:00Z\",\n \"updatedAt\": \"2026-01-15T10:30:43Z\",\n \"createdBy\": 0,\n \"assigneeId\": null,\n \"lastReviewedById\": null,\n \"stateHistory\": [],\n \"attachments\": [],\n \"roomId\": 96369,\n \"metadata\": null,\n \"org\": {\n \"id\": 123,\n \"name\": \"Example Partner Org\"\n },\n \"paypoint\": {\n \"id\": 3040,\n \"name\": \"Gruzya Adventure Outfitters\"\n },\n \"createdByUser\": null,\n \"assignee\": null,\n \"lastReviewedBy\": null\n }\n ]\n}",
|
|
8967
|
+
"headers": {
|
|
8968
|
+
"Content-Type": "application/json"
|
|
8969
|
+
}
|
|
8970
|
+
},
|
|
8971
|
+
"uuid": "e7b60b19-d82e-4f1c-bb07-a43e19f06322",
|
|
8972
|
+
"persistent": true,
|
|
8973
|
+
"priority": 3,
|
|
8974
|
+
"metadata": {
|
|
8975
|
+
"mocklab": {
|
|
8976
|
+
"created": {
|
|
8977
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
8978
|
+
"via": "SYSTEM"
|
|
8979
|
+
}
|
|
8980
|
+
}
|
|
8981
|
+
}
|
|
8982
|
+
},
|
|
8983
|
+
{
|
|
8984
|
+
"id": "2bc0953d-22c3-4694-8e9b-4de1cb8bdf48",
|
|
8985
|
+
"name": "List case notes - ListMessages",
|
|
8986
|
+
"request": {
|
|
8987
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/messages",
|
|
8988
|
+
"method": "GET",
|
|
8989
|
+
"pathParameters": {
|
|
8990
|
+
"caseUuid": {
|
|
8991
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
8992
|
+
}
|
|
8993
|
+
}
|
|
8994
|
+
},
|
|
8995
|
+
"response": {
|
|
8996
|
+
"status": 200,
|
|
8997
|
+
"body": "{\n \"messages\": [],\n \"nextCursor\": null\n}",
|
|
8998
|
+
"headers": {
|
|
8999
|
+
"Content-Type": "application/json"
|
|
9000
|
+
}
|
|
9001
|
+
},
|
|
9002
|
+
"uuid": "2bc0953d-22c3-4694-8e9b-4de1cb8bdf48",
|
|
9003
|
+
"persistent": true,
|
|
9004
|
+
"priority": 3,
|
|
9005
|
+
"metadata": {
|
|
9006
|
+
"mocklab": {
|
|
9007
|
+
"created": {
|
|
9008
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9009
|
+
"via": "SYSTEM"
|
|
9010
|
+
}
|
|
9011
|
+
}
|
|
9012
|
+
}
|
|
9013
|
+
},
|
|
9014
|
+
{
|
|
9015
|
+
"id": "c41a09e1-37b6-4944-8db0-9fd9e492930b",
|
|
9016
|
+
"name": "Add case note - PostMessage",
|
|
9017
|
+
"request": {
|
|
9018
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/messages",
|
|
9019
|
+
"method": "POST",
|
|
9020
|
+
"pathParameters": {
|
|
9021
|
+
"caseUuid": {
|
|
9022
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
9023
|
+
}
|
|
9024
|
+
}
|
|
9025
|
+
},
|
|
9026
|
+
"response": {
|
|
9027
|
+
"status": 201,
|
|
9028
|
+
"body": "{\n \"messageId\": 4821,\n \"roomId\": 96369,\n \"createdAt\": \"2026-01-15T11:05:00Z\"\n}",
|
|
9029
|
+
"headers": {
|
|
9030
|
+
"Content-Type": "application/json"
|
|
9031
|
+
}
|
|
9032
|
+
},
|
|
9033
|
+
"uuid": "c41a09e1-37b6-4944-8db0-9fd9e492930b",
|
|
9034
|
+
"persistent": true,
|
|
9035
|
+
"priority": 3,
|
|
9036
|
+
"metadata": {
|
|
9037
|
+
"mocklab": {
|
|
9038
|
+
"created": {
|
|
9039
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9040
|
+
"via": "SYSTEM"
|
|
9041
|
+
}
|
|
9042
|
+
}
|
|
9043
|
+
}
|
|
9044
|
+
},
|
|
9045
|
+
{
|
|
9046
|
+
"id": "e0cc4565-b277-4716-9eb2-39d47a9f60ac",
|
|
9047
|
+
"name": "List available case actions - ListTransitions",
|
|
9048
|
+
"request": {
|
|
9049
|
+
"urlPathTemplate": "/v2/cases/{uuid}/transitions",
|
|
9050
|
+
"method": "GET",
|
|
9051
|
+
"pathParameters": {
|
|
9052
|
+
"uuid": {
|
|
9053
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
9054
|
+
}
|
|
9055
|
+
}
|
|
9056
|
+
},
|
|
9057
|
+
"response": {
|
|
9058
|
+
"status": 200,
|
|
9059
|
+
"body": "{\n \"transitions\": []\n}",
|
|
9060
|
+
"headers": {
|
|
9061
|
+
"Content-Type": "application/json"
|
|
9062
|
+
}
|
|
9063
|
+
},
|
|
9064
|
+
"uuid": "e0cc4565-b277-4716-9eb2-39d47a9f60ac",
|
|
9065
|
+
"persistent": true,
|
|
9066
|
+
"priority": 3,
|
|
9067
|
+
"metadata": {
|
|
9068
|
+
"mocklab": {
|
|
9069
|
+
"created": {
|
|
9070
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9071
|
+
"via": "SYSTEM"
|
|
9072
|
+
}
|
|
9073
|
+
}
|
|
9074
|
+
}
|
|
9075
|
+
},
|
|
9076
|
+
{
|
|
9077
|
+
"id": "f7c79e4b-af9b-49a2-942b-3998a6914a71",
|
|
9078
|
+
"name": "Fire a case action - ApproveCase",
|
|
9079
|
+
"request": {
|
|
9080
|
+
"urlPathTemplate": "/v2/cases/{uuid}/transitions",
|
|
9081
|
+
"method": "POST",
|
|
9082
|
+
"pathParameters": {
|
|
9083
|
+
"uuid": {
|
|
9084
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
9085
|
+
}
|
|
9086
|
+
}
|
|
9087
|
+
},
|
|
9088
|
+
"response": {
|
|
9089
|
+
"status": 200,
|
|
9090
|
+
"body": "{\n \"uuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"state\": \"Approved\",\n \"caseType\": \"BankAccountChange\",\n \"parameters\": {\n \"type\": \"BankAccountChange\",\n \"nickname\": \"Main Settlement Account\",\n \"bankName\": \"First National Bank\",\n \"bankToken\": \"bnk_2b1c9e40f5a34c9a8f219e7c6b1a2d34\",\n \"accountType\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"business\",\n \"bankAccountFunction\": \"Deposits\",\n \"services\": {\n \"moneyIn\": [\n \"Ach\"\n ],\n \"moneyOut\": [\n \"Ach\"\n ]\n },\n \"default\": true\n },\n \"orgId\": 123,\n \"paypointId\": 3040,\n \"scheduleFor\": null,\n \"createdAt\": \"2026-01-15T10:30:00Z\",\n \"updatedAt\": \"2026-01-15T12:15:00Z\",\n \"createdBy\": 0,\n \"assigneeId\": 4238,\n \"lastReviewedById\": 4238,\n \"stateHistory\": [\n {\n \"uuid\": \"019f8100-1a2b-73c4-9d5e-6f7a8b9c0d1e\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fromState\": \"Assigned\",\n \"toState\": \"Approved\",\n \"ipAddress\": \"203.0.113.10\",\n \"triggeredBy\": 4238,\n \"reason\": \"Account ownership confirmed with the merchant by phone.\",\n \"createdAt\": \"2026-01-15T12:15:00Z\",\n \"triggeredByUser\": {\n \"id\": 4238,\n \"name\": \"Jordan Rivera\"\n }\n }\n ],\n \"attachments\": [],\n \"roomId\": 96370,\n \"metadata\": {\n \"verification\": {\n \"verificationResult\": {\n \"code\": 5,\n \"name\": \"RiskAlert\",\n \"description\": \"The suggested action is to further investigate the bank account and/or customer data for this inquiry due to a risk alert .\"\n },\n \"accountResponseCode\": {\n \"code\": 12,\n \"name\": \"_1111\",\n \"description\": \"Account Verified – The account was found to be an open and valid checking account.\"\n },\n \"customerResponseCode\": {\n \"code\": 3,\n \"name\": \"CA21\",\n \"description\": \"The customer or business name data did not match gAuthenticate data.\"\n }\n },\n \"reviewDecision\": null\n },\n \"org\": {\n \"id\": 123,\n \"name\": \"Example Partner Org\"\n },\n \"paypoint\": {\n \"id\": 3040,\n \"name\": \"Gruzya Adventure Outfitters\"\n },\n \"createdByUser\": null,\n \"assignee\": {\n \"id\": 4238,\n \"name\": \"Jordan Rivera\"\n },\n \"lastReviewedBy\": {\n \"id\": 4238,\n \"name\": \"Jordan Rivera\"\n }\n}",
|
|
9091
|
+
"headers": {
|
|
9092
|
+
"Content-Type": "application/json"
|
|
9093
|
+
}
|
|
9094
|
+
},
|
|
9095
|
+
"uuid": "f7c79e4b-af9b-49a2-942b-3998a6914a71",
|
|
9096
|
+
"persistent": true,
|
|
9097
|
+
"priority": 3,
|
|
9098
|
+
"metadata": {
|
|
9099
|
+
"mocklab": {
|
|
9100
|
+
"created": {
|
|
9101
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9102
|
+
"via": "SYSTEM"
|
|
9103
|
+
}
|
|
9104
|
+
}
|
|
9105
|
+
}
|
|
9106
|
+
},
|
|
9107
|
+
{
|
|
9108
|
+
"id": "9842ff1e-d0aa-4e46-83d3-c7b9f27301a1",
|
|
9109
|
+
"name": "Assign case - AssignCase",
|
|
9110
|
+
"request": {
|
|
9111
|
+
"urlPathTemplate": "/v2/cases/{uuid}/assign",
|
|
9112
|
+
"method": "POST",
|
|
9113
|
+
"pathParameters": {
|
|
9114
|
+
"uuid": {
|
|
9115
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
9116
|
+
}
|
|
9117
|
+
}
|
|
9118
|
+
},
|
|
9119
|
+
"response": {
|
|
9120
|
+
"status": 200,
|
|
9121
|
+
"body": "{\n \"uuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"state\": \"Assigned\",\n \"caseType\": \"BankAccountChange\",\n \"parameters\": {\n \"type\": \"BankAccountChange\",\n \"nickname\": \"Main Settlement Account\",\n \"bankName\": \"First National Bank\",\n \"bankToken\": \"bnk_2b1c9e40f5a34c9a8f219e7c6b1a2d34\",\n \"accountType\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"business\",\n \"bankAccountFunction\": \"Deposits\",\n \"services\": {\n \"moneyIn\": [\n \"Ach\"\n ],\n \"moneyOut\": [\n \"Ach\"\n ]\n },\n \"default\": true\n },\n \"orgId\": 123,\n \"paypointId\": 3040,\n \"scheduleFor\": null,\n \"createdAt\": \"2026-01-15T10:30:00Z\",\n \"updatedAt\": \"2026-01-15T11:40:00Z\",\n \"createdBy\": 0,\n \"assigneeId\": 4238,\n \"lastReviewedById\": null,\n \"stateHistory\": [\n {\n \"uuid\": \"019f80f0-2b3c-74d5-8e6f-7a8b9c0d1e2f\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fromState\": \"PendingReview\",\n \"toState\": \"Assigned\",\n \"ipAddress\": \"203.0.113.10\",\n \"triggeredBy\": 4110,\n \"reason\": \"Routing to the risk team for review.\",\n \"createdAt\": \"2026-01-15T11:40:00Z\",\n \"triggeredByUser\": {\n \"id\": 4110,\n \"name\": \"Alex Chen\"\n }\n }\n ],\n \"attachments\": [],\n \"roomId\": 96370,\n \"metadata\": {\n \"verification\": {\n \"verificationResult\": {\n \"code\": 5,\n \"name\": \"RiskAlert\",\n \"description\": \"The suggested action is to further investigate the bank account and/or customer data for this inquiry due to a risk alert .\"\n },\n \"accountResponseCode\": {\n \"code\": 12,\n \"name\": \"_1111\",\n \"description\": \"Account Verified – The account was found to be an open and valid checking account.\"\n },\n \"customerResponseCode\": {\n \"code\": 3,\n \"name\": \"CA21\",\n \"description\": \"The customer or business name data did not match gAuthenticate data.\"\n }\n },\n \"reviewDecision\": null\n },\n \"org\": {\n \"id\": 123,\n \"name\": \"Example Partner Org\"\n },\n \"paypoint\": {\n \"id\": 3040,\n \"name\": \"Gruzya Adventure Outfitters\"\n },\n \"createdByUser\": null,\n \"assignee\": {\n \"id\": 4238,\n \"name\": \"Jordan Rivera\"\n },\n \"lastReviewedBy\": null\n}",
|
|
9122
|
+
"headers": {
|
|
9123
|
+
"Content-Type": "application/json"
|
|
9124
|
+
}
|
|
9125
|
+
},
|
|
9126
|
+
"uuid": "9842ff1e-d0aa-4e46-83d3-c7b9f27301a1",
|
|
9127
|
+
"persistent": true,
|
|
9128
|
+
"priority": 3,
|
|
9129
|
+
"metadata": {
|
|
9130
|
+
"mocklab": {
|
|
9131
|
+
"created": {
|
|
9132
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9133
|
+
"via": "SYSTEM"
|
|
9134
|
+
}
|
|
9135
|
+
}
|
|
9136
|
+
}
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
"id": "33e7df7e-9e32-4f7c-9ac3-ec3ad3b3bc19",
|
|
9140
|
+
"name": "List case attachments - ListAttachments",
|
|
9141
|
+
"request": {
|
|
9142
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/attachments",
|
|
9143
|
+
"method": "GET",
|
|
9144
|
+
"pathParameters": {
|
|
9145
|
+
"caseUuid": {
|
|
9146
|
+
"equalTo": "9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70"
|
|
9147
|
+
}
|
|
9148
|
+
}
|
|
9149
|
+
},
|
|
9150
|
+
"response": {
|
|
9151
|
+
"status": 200,
|
|
9152
|
+
"body": "[\n {\n \"uuid\": \"a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d\",\n \"caseUuid\": \"9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70\",\n \"fileType\": \"application/pdf\",\n \"filename\": \"voided-check.pdf\",\n \"fileUrl\": \"cases/9c2b7e14-3a5f-4d21-b8e0-1f6a4c9d2e70/attachments/a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d\",\n \"uploadedAt\": \"2026-01-15T10:45:00Z\",\n \"uploadedBy\": \"4238\",\n \"uploadedByUser\": null\n }\n]",
|
|
9153
|
+
"headers": {
|
|
9154
|
+
"Content-Type": "application/json"
|
|
9155
|
+
}
|
|
9156
|
+
},
|
|
9157
|
+
"uuid": "33e7df7e-9e32-4f7c-9ac3-ec3ad3b3bc19",
|
|
9158
|
+
"persistent": true,
|
|
9159
|
+
"priority": 3,
|
|
9160
|
+
"metadata": {
|
|
9161
|
+
"mocklab": {
|
|
9162
|
+
"created": {
|
|
9163
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9164
|
+
"via": "SYSTEM"
|
|
9165
|
+
}
|
|
9166
|
+
}
|
|
9167
|
+
}
|
|
9168
|
+
},
|
|
9169
|
+
{
|
|
9170
|
+
"id": "fb39b1ae-a3eb-4e74-8c28-0662dbfc2110",
|
|
9171
|
+
"name": "Upload case attachment - default",
|
|
9172
|
+
"request": {
|
|
9173
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/attachments",
|
|
9174
|
+
"method": "POST",
|
|
9175
|
+
"pathParameters": {
|
|
9176
|
+
"caseUuid": {
|
|
9177
|
+
"equalTo": "caseUuid"
|
|
9178
|
+
}
|
|
9179
|
+
}
|
|
9180
|
+
},
|
|
9181
|
+
"response": {
|
|
9182
|
+
"status": 201,
|
|
9183
|
+
"body": "{\n \"uuid\": \"uuid\",\n \"caseUuid\": \"caseUuid\",\n \"fileType\": \"fileType\",\n \"filename\": \"filename\",\n \"fileUrl\": \"fileUrl\",\n \"uploadedAt\": \"2024-01-15T09:30:00Z\",\n \"uploadedBy\": \"uploadedBy\",\n \"uploadedByUser\": {\n \"id\": 1000000,\n \"name\": \"name\"\n }\n}",
|
|
9184
|
+
"headers": {
|
|
9185
|
+
"Content-Type": "application/json"
|
|
9186
|
+
}
|
|
9187
|
+
},
|
|
9188
|
+
"uuid": "fb39b1ae-a3eb-4e74-8c28-0662dbfc2110",
|
|
9189
|
+
"persistent": true,
|
|
9190
|
+
"priority": 3,
|
|
9191
|
+
"metadata": {
|
|
9192
|
+
"mocklab": {
|
|
9193
|
+
"created": {
|
|
9194
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9195
|
+
"via": "SYSTEM"
|
|
9196
|
+
}
|
|
9197
|
+
}
|
|
9198
|
+
}
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"id": "da86e198-d8de-4527-b03c-87abcc240553",
|
|
9202
|
+
"name": "Download case attachment - default",
|
|
9203
|
+
"request": {
|
|
9204
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/attachments/{attachmentId}",
|
|
9205
|
+
"method": "GET",
|
|
9206
|
+
"pathParameters": {
|
|
9207
|
+
"caseUuid": {
|
|
9208
|
+
"equalTo": "caseUuid"
|
|
9209
|
+
},
|
|
9210
|
+
"attachmentId": {
|
|
9211
|
+
"equalTo": "attachmentId"
|
|
9212
|
+
}
|
|
9213
|
+
}
|
|
9214
|
+
},
|
|
9215
|
+
"response": {
|
|
9216
|
+
"status": 200,
|
|
9217
|
+
"body": "{\n \"isSuccess\": true,\n \"responseText\": \"responseText\"\n}",
|
|
9218
|
+
"headers": {
|
|
9219
|
+
"Content-Type": "application/json"
|
|
9220
|
+
}
|
|
9221
|
+
},
|
|
9222
|
+
"uuid": "da86e198-d8de-4527-b03c-87abcc240553",
|
|
9223
|
+
"persistent": true,
|
|
9224
|
+
"priority": 3,
|
|
9225
|
+
"metadata": {
|
|
9226
|
+
"mocklab": {
|
|
9227
|
+
"created": {
|
|
9228
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9229
|
+
"via": "SYSTEM"
|
|
9230
|
+
}
|
|
9231
|
+
}
|
|
9232
|
+
}
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"id": "9bd67f24-b098-4109-881a-ffa1528d6c1b",
|
|
9236
|
+
"name": "Delete case attachment - default",
|
|
9237
|
+
"request": {
|
|
9238
|
+
"urlPathTemplate": "/v2/cases/{caseUuid}/attachments/{attachmentId}",
|
|
9239
|
+
"method": "DELETE",
|
|
9240
|
+
"pathParameters": {
|
|
9241
|
+
"caseUuid": {
|
|
9242
|
+
"equalTo": "caseUuid"
|
|
9243
|
+
},
|
|
9244
|
+
"attachmentId": {
|
|
9245
|
+
"equalTo": "attachmentId"
|
|
9246
|
+
}
|
|
9247
|
+
}
|
|
9248
|
+
},
|
|
9249
|
+
"response": {
|
|
9250
|
+
"status": 200,
|
|
9251
|
+
"body": "\"\"",
|
|
9252
|
+
"headers": {
|
|
9253
|
+
"Content-Type": "application/json"
|
|
9254
|
+
}
|
|
9255
|
+
},
|
|
9256
|
+
"uuid": "9bd67f24-b098-4109-881a-ffa1528d6c1b",
|
|
9257
|
+
"persistent": true,
|
|
9258
|
+
"priority": 3,
|
|
9259
|
+
"metadata": {
|
|
9260
|
+
"mocklab": {
|
|
9261
|
+
"created": {
|
|
9262
|
+
"at": "2020-01-01T00:00:00.000Z",
|
|
9263
|
+
"via": "SYSTEM"
|
|
9264
|
+
}
|
|
9265
|
+
}
|
|
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
|
+
}
|
|
8850
9343
|
}
|
|
8851
9344
|
],
|
|
8852
9345
|
"meta": {
|
|
8853
|
-
"total":
|
|
9346
|
+
"total": 270
|
|
8854
9347
|
}
|
|
8855
9348
|
}
|