payabli 3.0.13 → 3.0.14
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 +4 -4
- data/lib/payabli/client.rb +1 -1
- data/lib/payabli/types/bill_out_data.rb +1 -1
- data/lib/payabli/types/bill_pay_out_data.rb +1 -1
- data/lib/payabli/types/bill_pay_out_data_request.rb +1 -1
- data/lib/payabli/types/bill_response_data.rb +1 -1
- data/lib/payabli/types/user_data.rb +1 -1
- data/lib/payabli/types/user_query_record.rb +1 -1
- data/lib/payabli/types/v_card_get_response_associated_vendor.rb +1 -1
- data/lib/payabli/types/vendor_query_record.rb +53 -53
- data/lib/payabli/version.rb +1 -1
- data/lib/payabli.rb +6 -6
- data/wiremock/wiremock-mappings.json +12 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 147a9430a2f80e4414a0b5809e18fce98312c5345ab53e37ef7a0abcdcbd35b1
|
|
4
|
+
data.tar.gz: '0882e1a96a2c8cedc591bffb46399be9b10a1e790a66dcaeb0f0b0f793a5b262'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fbb7ffcd3229b83e79e204bc0148d5d6b79a6c5ca403672f2c53c4e18e4b86afaa80f860dcbc232a2c18a0ce7c4ceba60d3e6b948726e554d6c8bde1442ad30
|
|
7
|
+
data.tar.gz: 1fa9e94b9e828ce81b0bc446446880eb66e35c9a95c144da155eec8ce5c2227306d28288e3f8324d52cb40ef16bded0ed61dbd1c79f40cdb10bd45a6b397ce12
|
data/.fern/metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"cliVersion": "5.
|
|
2
|
+
"cliVersion": "5.128.3",
|
|
3
3
|
"generatorName": "fernapi/fern-ruby-sdk",
|
|
4
4
|
"generatorVersion": "1.24.0",
|
|
5
5
|
"generatorConfig": {
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
"rubocopVariableNumberStyle": "snake_case",
|
|
8
8
|
"respectOptionalRequestBody": true
|
|
9
9
|
},
|
|
10
|
-
"originGitCommit": "
|
|
10
|
+
"originGitCommit": "1297058d5bfc3ce61ca5d71a9b2bcdf427e20073",
|
|
11
11
|
"originGitCommitIsDirty": true,
|
|
12
12
|
"invokedBy": "ci",
|
|
13
|
-
"requestedVersion": "3.0.
|
|
13
|
+
"requestedVersion": "3.0.14",
|
|
14
14
|
"ciProvider": "github",
|
|
15
|
-
"sdkVersion": "3.0.
|
|
15
|
+
"sdkVersion": "3.0.14"
|
|
16
16
|
}
|
data/lib/payabli/client.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Payabli
|
|
|
32
32
|
@raw_client = Payabli::Internal::Http::RawClient.new(
|
|
33
33
|
base_url: base_url || Payabli::Environment::SANDBOX,
|
|
34
34
|
headers: {
|
|
35
|
-
"User-Agent" => "payabli/3.0.
|
|
35
|
+
"User-Agent" => "payabli/3.0.14",
|
|
36
36
|
"X-Fern-Language" => "Ruby"
|
|
37
37
|
},
|
|
38
38
|
auth_provider: Payabli::Internal::RoutingAuthProvider.new(
|
|
@@ -8,7 +8,7 @@ module Payabli
|
|
|
8
8
|
|
|
9
9
|
field :accounting_field_2, -> { String }, optional: true, nullable: false, api_name: "accountingField2"
|
|
10
10
|
|
|
11
|
-
field :additional_data, -> { String }, optional: true, nullable: false, api_name: "additionalData"
|
|
11
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false, api_name: "additionalData"
|
|
12
12
|
|
|
13
13
|
field :attachments, -> { Internal::Types::Array[Payabli::Types::FileContent] }, optional: true, nullable: false
|
|
14
14
|
|
|
@@ -13,7 +13,7 @@ module Payabli
|
|
|
13
13
|
|
|
14
14
|
field :terms, -> { Payabli::Types::Terms }, optional: true, nullable: false, api_name: "Terms"
|
|
15
15
|
|
|
16
|
-
field :additional_data, -> { String }, optional:
|
|
16
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "AdditionalData"
|
|
17
17
|
|
|
18
18
|
field :attachments, -> { Internal::Types::Array[Payabli::Types::FileContent] }, optional: true, nullable: false
|
|
19
19
|
|
|
@@ -23,7 +23,7 @@ module Payabli
|
|
|
23
23
|
|
|
24
24
|
field :accounting_field_2, -> { String }, optional: true, nullable: false, api_name: "accountingField2"
|
|
25
25
|
|
|
26
|
-
field :additional_data, -> { String }, optional: true, nullable: false, api_name: "additionalData"
|
|
26
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false, api_name: "additionalData"
|
|
27
27
|
|
|
28
28
|
field :attachments, -> { Internal::Types::Array[Payabli::Types::FileContent] }, optional: true, nullable: false
|
|
29
29
|
end
|
|
@@ -41,7 +41,7 @@ module Payabli
|
|
|
41
41
|
|
|
42
42
|
field :source, -> { String }, optional: true, nullable: false, api_name: "Source"
|
|
43
43
|
|
|
44
|
-
field :additional_data, -> { String }, optional:
|
|
44
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "AdditionalData"
|
|
45
45
|
|
|
46
46
|
field :vendor, -> { Payabli::Types::VendorDataResponse }, optional: true, nullable: false, api_name: "Vendor"
|
|
47
47
|
|
|
@@ -5,7 +5,7 @@ module Payabli
|
|
|
5
5
|
class UserData < Internal::Types::Model
|
|
6
6
|
field :access, -> { Internal::Types::Array[Payabli::Types::UsrAccess] }, optional: true, nullable: false
|
|
7
7
|
|
|
8
|
-
field :additional_data, -> { Internal::Types::Hash[String,
|
|
8
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false, api_name: "additionalData"
|
|
9
9
|
|
|
10
10
|
field :email, -> { String }, optional: true, nullable: false
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@ module Payabli
|
|
|
5
5
|
class UserQueryRecord < Internal::Types::Model
|
|
6
6
|
field :access, -> { Internal::Types::Array[Payabli::Types::UsrAccess] }, optional: true, nullable: false, api_name: "Access"
|
|
7
7
|
|
|
8
|
-
field :additional_data, -> { String }, optional: true, nullable: false, api_name: "AdditionalData"
|
|
8
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: true, nullable: false, api_name: "AdditionalData"
|
|
9
9
|
|
|
10
10
|
field :created_at, -> { String }, optional: true, nullable: false, api_name: "createdAt"
|
|
11
11
|
|
|
@@ -86,7 +86,7 @@ module Payabli
|
|
|
86
86
|
|
|
87
87
|
field :internal_reference_id, -> { Integer }, optional: true, nullable: false, api_name: "InternalReferenceId"
|
|
88
88
|
|
|
89
|
-
field :additional_data, -> { String }, optional:
|
|
89
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "additionalData"
|
|
90
90
|
|
|
91
91
|
field :external_paypoint_id, -> { String }, optional: true, nullable: false, api_name: "externalPaypointID"
|
|
92
92
|
|
|
@@ -3,111 +3,111 @@
|
|
|
3
3
|
module Payabli
|
|
4
4
|
module Types
|
|
5
5
|
class VendorQueryRecord < Internal::Types::Model
|
|
6
|
-
field :vendor_number, -> { String }, optional:
|
|
6
|
+
field :vendor_number, -> { String }, optional: false, nullable: false, api_name: "VendorNumber"
|
|
7
7
|
|
|
8
|
-
field :name_1, -> { String }, optional:
|
|
8
|
+
field :name_1, -> { String }, optional: false, nullable: false, api_name: "Name1"
|
|
9
9
|
|
|
10
|
-
field :name_2, -> { String }, optional:
|
|
10
|
+
field :name_2, -> { String }, optional: false, nullable: true, api_name: "Name2"
|
|
11
11
|
|
|
12
|
-
field :ein, -> { String }, optional:
|
|
12
|
+
field :ein, -> { String }, optional: false, nullable: true, api_name: "EIN"
|
|
13
13
|
|
|
14
|
-
field :phone, -> { String }, optional:
|
|
14
|
+
field :phone, -> { String }, optional: false, nullable: true, api_name: "Phone"
|
|
15
15
|
|
|
16
|
-
field :email, -> { String }, optional:
|
|
16
|
+
field :email, -> { String }, optional: false, nullable: true, api_name: "Email"
|
|
17
17
|
|
|
18
|
-
field :remit_email, -> { String }, optional:
|
|
18
|
+
field :remit_email, -> { String }, optional: false, nullable: true, api_name: "RemitEmail"
|
|
19
19
|
|
|
20
|
-
field :address_1, -> { String }, optional:
|
|
20
|
+
field :address_1, -> { String }, optional: false, nullable: true, api_name: "Address1"
|
|
21
21
|
|
|
22
|
-
field :address_2, -> { String }, optional:
|
|
22
|
+
field :address_2, -> { String }, optional: false, nullable: true, api_name: "Address2"
|
|
23
23
|
|
|
24
|
-
field :city, -> { String }, optional:
|
|
24
|
+
field :city, -> { String }, optional: false, nullable: true, api_name: "City"
|
|
25
25
|
|
|
26
|
-
field :state, -> { String }, optional:
|
|
26
|
+
field :state, -> { String }, optional: false, nullable: true, api_name: "State"
|
|
27
27
|
|
|
28
|
-
field :zip, -> { String }, optional:
|
|
28
|
+
field :zip, -> { String }, optional: false, nullable: true, api_name: "Zip"
|
|
29
29
|
|
|
30
|
-
field :country, -> { String }, optional:
|
|
30
|
+
field :country, -> { String }, optional: false, nullable: true, api_name: "Country"
|
|
31
31
|
|
|
32
|
-
field :mcc, -> { String }, optional:
|
|
32
|
+
field :mcc, -> { String }, optional: false, nullable: true, api_name: "Mcc"
|
|
33
33
|
|
|
34
|
-
field :location_code, -> { String }, optional:
|
|
34
|
+
field :location_code, -> { String }, optional: false, nullable: true, api_name: "LocationCode"
|
|
35
35
|
|
|
36
|
-
field :contacts, -> { Internal::Types::Array[Payabli::Types::ContactsResponse] }, optional:
|
|
36
|
+
field :contacts, -> { Internal::Types::Array[Payabli::Types::ContactsResponse] }, optional: false, nullable: true, api_name: "Contacts"
|
|
37
37
|
|
|
38
|
-
field :billing_data, -> { Payabli::Types::BillingDataResponse }, optional:
|
|
38
|
+
field :billing_data, -> { Payabli::Types::BillingDataResponse }, optional: false, nullable: true, api_name: "BillingData"
|
|
39
39
|
|
|
40
|
-
field :payment_method, -> { String }, optional:
|
|
40
|
+
field :payment_method, -> { String }, optional: false, nullable: true, api_name: "PaymentMethod"
|
|
41
41
|
|
|
42
|
-
field :vendor_status, -> { Integer }, optional:
|
|
42
|
+
field :vendor_status, -> { Integer }, optional: false, nullable: false, api_name: "VendorStatus"
|
|
43
43
|
|
|
44
|
-
field :vendor_id, -> { Integer }, optional:
|
|
44
|
+
field :vendor_id, -> { Integer }, optional: false, nullable: false, api_name: "VendorId"
|
|
45
45
|
|
|
46
|
-
field :enrollment_status, -> { String }, optional:
|
|
46
|
+
field :enrollment_status, -> { String }, optional: false, nullable: true, api_name: "EnrollmentStatus"
|
|
47
47
|
|
|
48
|
-
field :summary, -> { Payabli::Types::VendorSummary }, optional:
|
|
48
|
+
field :summary, -> { Payabli::Types::VendorSummary }, optional: false, nullable: true, api_name: "Summary"
|
|
49
49
|
|
|
50
|
-
field :paypoint_legalname, -> { String }, optional:
|
|
50
|
+
field :paypoint_legalname, -> { String }, optional: false, nullable: false, api_name: "PaypointLegalname"
|
|
51
51
|
|
|
52
|
-
field :paypoint_id, -> { Integer }, optional:
|
|
52
|
+
field :paypoint_id, -> { Integer }, optional: false, nullable: true, api_name: "PaypointId"
|
|
53
53
|
|
|
54
|
-
field :paypoint_dbaname, -> { String }, optional:
|
|
54
|
+
field :paypoint_dbaname, -> { String }, optional: false, nullable: false, api_name: "PaypointDbaname"
|
|
55
55
|
|
|
56
|
-
field :paypoint_entryname, -> { String }, optional:
|
|
56
|
+
field :paypoint_entryname, -> { String }, optional: false, nullable: false, api_name: "PaypointEntryname"
|
|
57
57
|
|
|
58
|
-
field :parent_org_name, -> { String }, optional:
|
|
58
|
+
field :parent_org_name, -> { String }, optional: false, nullable: false, api_name: "ParentOrgName"
|
|
59
59
|
|
|
60
|
-
field :parent_org_id, -> { Integer }, optional:
|
|
60
|
+
field :parent_org_id, -> { Integer }, optional: false, nullable: false, api_name: "ParentOrgId"
|
|
61
61
|
|
|
62
|
-
field :created_date, -> { String }, optional:
|
|
62
|
+
field :created_date, -> { String }, optional: false, nullable: false, api_name: "CreatedDate"
|
|
63
63
|
|
|
64
|
-
field :last_updated, -> { String }, optional:
|
|
64
|
+
field :last_updated, -> { String }, optional: false, nullable: false, api_name: "LastUpdated"
|
|
65
65
|
|
|
66
|
-
field :remit_address_1, -> { String }, optional:
|
|
66
|
+
field :remit_address_1, -> { String }, optional: false, nullable: true, api_name: "remitAddress1"
|
|
67
67
|
|
|
68
|
-
field :remit_address_2, -> { String }, optional:
|
|
68
|
+
field :remit_address_2, -> { String }, optional: false, nullable: true, api_name: "remitAddress2"
|
|
69
69
|
|
|
70
|
-
field :remit_city, -> { String }, optional:
|
|
70
|
+
field :remit_city, -> { String }, optional: false, nullable: true, api_name: "remitCity"
|
|
71
71
|
|
|
72
|
-
field :remit_state, -> { String }, optional:
|
|
72
|
+
field :remit_state, -> { String }, optional: false, nullable: true, api_name: "remitState"
|
|
73
73
|
|
|
74
|
-
field :remit_zip, -> { String }, optional:
|
|
74
|
+
field :remit_zip, -> { String }, optional: false, nullable: true, api_name: "remitZip"
|
|
75
75
|
|
|
76
|
-
field :remit_country, -> { String }, optional:
|
|
76
|
+
field :remit_country, -> { String }, optional: false, nullable: true, api_name: "remitCountry"
|
|
77
77
|
|
|
78
|
-
field :payee_name_1, -> { String }, optional:
|
|
78
|
+
field :payee_name_1, -> { String }, optional: false, nullable: true, api_name: "payeeName1"
|
|
79
79
|
|
|
80
|
-
field :payee_name_2, -> { String }, optional:
|
|
80
|
+
field :payee_name_2, -> { String }, optional: false, nullable: true, api_name: "payeeName2"
|
|
81
81
|
|
|
82
|
-
field :custom_field_1, -> { String }, optional:
|
|
82
|
+
field :custom_field_1, -> { String }, optional: false, nullable: true, api_name: "customField1"
|
|
83
83
|
|
|
84
|
-
field :custom_field_2, -> { String }, optional:
|
|
84
|
+
field :custom_field_2, -> { String }, optional: false, nullable: true, api_name: "customField2"
|
|
85
85
|
|
|
86
|
-
field :customer_vendor_account, -> { String }, optional:
|
|
86
|
+
field :customer_vendor_account, -> { String }, optional: false, nullable: true, api_name: "customerVendorAccount"
|
|
87
87
|
|
|
88
|
-
field :internal_reference_id, -> { Integer }, optional:
|
|
88
|
+
field :internal_reference_id, -> { Integer }, optional: false, nullable: false, api_name: "InternalReferenceId"
|
|
89
89
|
|
|
90
|
-
field :payment_portal_url, -> { String }, optional:
|
|
90
|
+
field :payment_portal_url, -> { String }, optional: false, nullable: true, api_name: "PaymentPortalUrl"
|
|
91
91
|
|
|
92
|
-
field :card_accepted, -> { String }, optional:
|
|
92
|
+
field :card_accepted, -> { String }, optional: false, nullable: true, api_name: "CardAccepted"
|
|
93
93
|
|
|
94
|
-
field :ach_accepted, -> { String }, optional:
|
|
94
|
+
field :ach_accepted, -> { String }, optional: false, nullable: true, api_name: "AchAccepted"
|
|
95
95
|
|
|
96
|
-
field :check_accepted, -> { String }, optional:
|
|
96
|
+
field :check_accepted, -> { String }, optional: false, nullable: true, api_name: "CheckAccepted"
|
|
97
97
|
|
|
98
|
-
field :enrichment_status, -> { String }, optional:
|
|
98
|
+
field :enrichment_status, -> { String }, optional: false, nullable: false, api_name: "EnrichmentStatus"
|
|
99
99
|
|
|
100
|
-
field :enriched_by, -> { String }, optional:
|
|
100
|
+
field :enriched_by, -> { String }, optional: false, nullable: true, api_name: "EnrichedBy"
|
|
101
101
|
|
|
102
|
-
field :enriched_at, -> { String }, optional:
|
|
102
|
+
field :enriched_at, -> { String }, optional: false, nullable: true, api_name: "EnrichedAt"
|
|
103
103
|
|
|
104
|
-
field :enrichment_id, -> { String }, optional:
|
|
104
|
+
field :enrichment_id, -> { String }, optional: false, nullable: true, api_name: "EnrichmentId"
|
|
105
105
|
|
|
106
|
-
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional:
|
|
106
|
+
field :additional_data, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: true, api_name: "additionalData"
|
|
107
107
|
|
|
108
|
-
field :external_paypoint_id, -> { String }, optional:
|
|
108
|
+
field :external_paypoint_id, -> { String }, optional: false, nullable: true, api_name: "externalPaypointID"
|
|
109
109
|
|
|
110
|
-
field :stored_methods, -> { Internal::Types::Array[Payabli::Types::VendorResponseStoredMethod] }, optional:
|
|
110
|
+
field :stored_methods, -> { Internal::Types::Array[Payabli::Types::VendorResponseStoredMethod] }, optional: false, nullable: true, api_name: "StoredMethods"
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
end
|
data/lib/payabli/version.rb
CHANGED
data/lib/payabli.rb
CHANGED
|
@@ -39,7 +39,7 @@ require_relative "payabli/billing/types/get_profile_billing_request_service_grou
|
|
|
39
39
|
require_relative "payabli/billing/types/get_profile_billing_request_entity_type"
|
|
40
40
|
require_relative "payabli/types/idempotency_key"
|
|
41
41
|
require_relative "payabli/types/accounting_field"
|
|
42
|
-
require_relative "payabli/types/
|
|
42
|
+
require_relative "payabli/types/additional_data_map"
|
|
43
43
|
require_relative "payabli/types/file_content_ftype"
|
|
44
44
|
require_relative "payabli/types/file_content"
|
|
45
45
|
require_relative "payabli/types/attachments"
|
|
@@ -85,7 +85,6 @@ require_relative "payabli/types/remitzip"
|
|
|
85
85
|
require_relative "payabli/types/remitcountry"
|
|
86
86
|
require_relative "payabli/types/payee_name"
|
|
87
87
|
require_relative "payabli/types/internal_reference_id"
|
|
88
|
-
require_relative "payabli/types/additional_data_map"
|
|
89
88
|
require_relative "payabli/types/bin_data"
|
|
90
89
|
require_relative "payabli/types/vendor_response_stored_method"
|
|
91
90
|
require_relative "payabli/types/vendor_data_response"
|
|
@@ -93,10 +92,6 @@ require_relative "payabli/types/created_at"
|
|
|
93
92
|
require_relative "payabli/types/last_modified"
|
|
94
93
|
require_relative "payabli/types/ein"
|
|
95
94
|
require_relative "payabli/types/remit_email"
|
|
96
|
-
require_relative "payabli/types/address_nullable"
|
|
97
|
-
require_relative "payabli/types/address_addtl_nullable"
|
|
98
|
-
require_relative "payabli/types/city_nullable"
|
|
99
|
-
require_relative "payabli/types/state_nullable"
|
|
100
95
|
require_relative "payabli/types/zip"
|
|
101
96
|
require_relative "payabli/types/account_id"
|
|
102
97
|
require_relative "payabli/types/bank_name"
|
|
@@ -176,7 +171,10 @@ require_relative "payabli/types/totalrecords"
|
|
|
176
171
|
require_relative "payabli/types/bill_query_response_summary"
|
|
177
172
|
require_relative "payabli/types/bill_query_record_2_payment_method"
|
|
178
173
|
require_relative "payabli/types/additional_data"
|
|
174
|
+
require_relative "payabli/types/address_nullable"
|
|
175
|
+
require_relative "payabli/types/address_addtl_nullable"
|
|
179
176
|
require_relative "payabli/types/billing_data"
|
|
177
|
+
require_relative "payabli/types/additional_data_string"
|
|
180
178
|
require_relative "payabli/types/contacts"
|
|
181
179
|
require_relative "payabli/types/contacts_field"
|
|
182
180
|
require_relative "payabli/types/vendor_payment_method"
|
|
@@ -442,6 +440,7 @@ require_relative "payabli/types/bank_account_function"
|
|
|
442
440
|
require_relative "payabli/types/bank"
|
|
443
441
|
require_relative "payabli/types/bank_data"
|
|
444
442
|
require_relative "payabli/types/boarding_id"
|
|
443
|
+
require_relative "payabli/types/city_nullable"
|
|
445
444
|
require_relative "payabli/types/country_nullable"
|
|
446
445
|
require_relative "payabli/types/min_ticket"
|
|
447
446
|
require_relative "payabli/types/max_ticket"
|
|
@@ -457,6 +456,7 @@ require_relative "payabli/types/card_setup"
|
|
|
457
456
|
require_relative "payabli/types/odp_setup_processing_region"
|
|
458
457
|
require_relative "payabli/types/odp_setup"
|
|
459
458
|
require_relative "payabli/types/services"
|
|
459
|
+
require_relative "payabli/types/state_nullable"
|
|
460
460
|
require_relative "payabli/types/paypoint_summary"
|
|
461
461
|
require_relative "payabli/types/website"
|
|
462
462
|
require_relative "payabli/types/statement_email_config"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"response": {
|
|
47
47
|
"status": 200,
|
|
48
|
-
"body": "{\n \"responseCode\": 1,\n \"pageIdentifier\": null,\n \"roomId\": 0,\n \"isSuccess\": true,\n \"responseText\": \"Success\",\n \"responseData\": {\n \"IdBill\": 285,\n \"BillNumber\": \"ABC-123\",\n \"NetAmount\": 100,\n \"Discount\": null,\n \"TotalAmount\": 100,\n \"BillDate\": \"2025-07-
|
|
48
|
+
"body": "{\n \"responseCode\": 1,\n \"pageIdentifier\": null,\n \"roomId\": 0,\n \"isSuccess\": true,\n \"responseText\": \"Success\",\n \"responseData\": {\n \"IdBill\": 285,\n \"BillNumber\": \"ABC-123\",\n \"NetAmount\": 100,\n \"Discount\": null,\n \"TotalAmount\": 100,\n \"BillDate\": \"2025-07-01T00:00:00\",\n \"DueDate\": \"2025-07-01T00:00:00\",\n \"Comments\": \"Deposit for materials\",\n \"BatchNumber\": null,\n \"BillItems\": [\n {\n \"itemTotalAmount\": 123,\n \"itemTaxAmount\": 7,\n \"itemTaxRate\": 0.075,\n \"itemProductCode\": \"M-DEPOSIT\",\n \"itemProductName\": \"Materials deposit\",\n \"itemDescription\": \"Deposit for materials.\",\n \"itemCommodityCode\": \"010\",\n \"itemUnitOfMeasure\": \"SqFt\",\n \"itemCost\": 5,\n \"itemQty\": 1,\n \"itemMode\": 0,\n \"itemCategories\": null\n }\n ],\n \"Mode\": 0,\n \"PaymentMethod\": null,\n \"PaymentId\": null,\n \"AccountingField1\": \"MyInternalId\",\n \"AccountingField2\": \"MyInternalId\",\n \"Terms\": null,\n \"Source\": null,\n \"AdditionalData\": null,\n \"Vendor\": {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings and Masonry\",\n \"Name2\": \"\",\n \"EIN\": \"XXXX6789\",\n \"Phone\": \"5555555555\",\n \"Email\": \"contact@hermanscoatings.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Miami\",\n \"State\": \"FL\",\n \"Zip\": \"33139\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"MIA123\",\n \"Contacts\": [\n {\n \"ContactName\": \"Herman Martinez\",\n \"ContactEmail\": \"herman@hermanscoatings.com\",\n \"ContactTitle\": \"Owner\",\n \"ContactPhone\": \"3055550000\"\n }\n ],\n \"BillingData\": {\n \"id\": 123,\n \"accountId\": \"acct-1xxxxx3123\",\n \"nickname\": \"Checking Account\",\n \"bankName\": \"Country Bank\",\n \"routingAccount\": \"123123123\",\n \"accountNumber\": \"1XXXXXX3123\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"Gruzya Adventure Outfitters LLC\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 0,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": \"vcard\",\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 5,\n \"PendingBills\": 2,\n \"InTransitBills\": 1,\n \"PaidBills\": 10,\n \"OverdueBills\": 0,\n \"ApprovedBills\": 3,\n \"DisapprovedBills\": 0,\n \"TotalBills\": 21,\n \"ActiveBillsAmount\": 1500,\n \"PendingBillsAmount\": 500,\n \"InTransitBillsAmount\": 200,\n \"PaidBillsAmount\": 3000,\n \"OverdueBillsAmount\": 0,\n \"ApprovedBillsAmount\": 800,\n \"DisapprovedBillsAmount\": 0,\n \"TotalBillsAmount\": 6000\n },\n \"PaypointLegalname\": \"Gruzya Adventure Outfitters LLC\",\n \"PaypointDbaname\": \"Gruzya Adventure Outfitters\",\n \"PaypointEntryname\": \"41035afaa7\",\n \"ParentOrgName\": \"Pilgrim Planner\",\n \"ParentOrgId\": 1232,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"Herman Martinez\",\n \"payeeName2\": \"\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"A-37622\",\n \"InternalReferenceId\": 123,\n \"additionalData\": {\n \"customField\": \"Custom Value 1\",\n \"reference\": \"REF-12345\",\n \"notes\": \"Additional vendor information\"\n },\n \"externalPaypointID\": \"ext123\",\n \"StoredMethods\": []\n },\n \"Status\": -99,\n \"CreatedAt\": \"2025-07-01T15:00:01Z\",\n \"EndDate\": null,\n \"LastUpdated\": \"2025-07-01T15:00:01Z\",\n \"Frequency\": null,\n \"billEvents\": [\n {\n \"description\": \"Created Bill\",\n \"eventTime\": \"2025-07-01T15:00:01Z\",\n \"refData\": \"REF-12345\",\n \"extraData\": null,\n \"source\": \"API\"\n }\n ],\n \"billApprovals\": null,\n \"PaypointLegalname\": \"Gruzya Adventure Outfitters LLC\",\n \"PaypointDbaname\": \"Gruzya Adventure Outfitters\",\n \"ParentOrgId\": 1232,\n \"ParentOrgName\": \"Pilgrim Planner\",\n \"PaypointEntryname\": \"41035afaa7\",\n \"paylinkId\": null,\n \"DocumentsRef\": {\n \"zipfile\": \"documents_285.zip\",\n \"filelist\": [\n {\n \"originalName\": \"invoice.pdf\",\n \"zipName\": \"0_invoice.pdf\",\n \"descriptor\": \"Invoice document\"\n }\n ]\n },\n \"externalPaypointID\": null,\n \"LotNumber\": \"LOT-285\",\n \"EntityID\": null\n }\n}",
|
|
49
49
|
"headers": {
|
|
50
50
|
"Content-Type": "application/json"
|
|
51
51
|
}
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
},
|
|
319
319
|
"response": {
|
|
320
320
|
"status": 200,
|
|
321
|
-
"body": "{\n \"Summary\": {\n \"pageidentifier\": null,\n \"pageSize\": 20,\n \"total2approval\": 1,\n \"totalactive\": 1,\n \"totalAmount\": 1.1,\n \"totalamount2approval\": 1.1,\n \"totalamountactive\": 1.1,\n \"totalamountapproved\": 1.1,\n \"totalamountcancel\": 1.1,\n \"totalamountdisapproved\": 1.1,\n \"totalamountintransit\": 1.1,\n \"totalamountoverdue\": 1.1,\n \"totalamountpaid\": 1.1,\n \"totalamountsent2approval\": 1.1,\n \"totalapproved\": 1,\n \"totalcancel\": 1,\n \"totaldisapproved\": 1,\n \"totalintransit\": 1,\n \"totaloverdue\": 1,\n \"totalPages\": 1,\n \"totalpaid\": 1,\n \"totalRecords\": 2,\n \"totalsent2approval\": 1\n },\n \"Records\": [\n {\n \"AdditionalData\": null,\n \"billApprovals\": [\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"lisandra@example.com\",\n \"Id\": 34\n },\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"jccastillo@example.com\",\n \"Id\": 293\n }\n ],\n \"BillDate\": \"2025-03-
|
|
321
|
+
"body": "{\n \"Summary\": {\n \"pageidentifier\": null,\n \"pageSize\": 20,\n \"total2approval\": 1,\n \"totalactive\": 1,\n \"totalAmount\": 1.1,\n \"totalamount2approval\": 1.1,\n \"totalamountactive\": 1.1,\n \"totalamountapproved\": 1.1,\n \"totalamountcancel\": 1.1,\n \"totalamountdisapproved\": 1.1,\n \"totalamountintransit\": 1.1,\n \"totalamountoverdue\": 1.1,\n \"totalamountpaid\": 1.1,\n \"totalamountsent2approval\": 1.1,\n \"totalapproved\": 1,\n \"totalcancel\": 1,\n \"totaldisapproved\": 1,\n \"totalintransit\": 1,\n \"totaloverdue\": 1,\n \"totalPages\": 1,\n \"totalpaid\": 1,\n \"totalRecords\": 2,\n \"totalsent2approval\": 1\n },\n \"Records\": [\n {\n \"AdditionalData\": null,\n \"billApprovals\": [\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"lisandra@example.com\",\n \"Id\": 34\n },\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"jccastillo@example.com\",\n \"Id\": 293\n }\n ],\n \"BillDate\": \"2025-03-10T00:00:00\",\n \"billEvents\": [\n {\n \"description\": \"Created Bill\",\n \"eventTime\": \"2024-03-13T15:54:26Z\",\n \"refData\": \"00-45e1c2d8b53b72fafc4082f374e68753-ffea4ba4c2ce63ce-00\"\n },\n {\n \"description\": \"Sent to Approval\",\n \"eventTime\": \"2024-03-13T15:54:28Z\",\n \"refData\": \"00-086a951822211bc2eb1803ed64db9d4f-0f07e0e8c394e481-00\"\n }\n ],\n \"BillItems\": [\n {\n \"itemCommodityCode\": \"Commod-MI-2024031926\",\n \"itemCost\": 200,\n \"itemDescription\": \"Consultation price\",\n \"itemMode\": 0,\n \"itemProductCode\": \"Prod-MI-2024031926\",\n \"itemProductName\": \"Consultation\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 200,\n \"itemUnitOfMeasure\": \"per each\"\n }\n ],\n \"BillNumber\": \"MI-bill-2024031926\",\n \"Comments\": \"PAYBILL\",\n \"CreatedAt\": \"2024-03-13T15:54:26Z\",\n \"Discount\": 0,\n \"DocumentsRef\": null,\n \"DueDate\": \"2025-03-10T00:00:00\",\n \"EndDate\": null,\n \"EntityID\": null,\n \"externalPaypointID\": \"micasa-10\",\n \"Frequency\": \"onetime\",\n \"IdBill\": 6104,\n \"LastUpdated\": \"2024-03-13T10:54:26Z\",\n \"LotNumber\": \"LOT123\",\n \"Mode\": 0,\n \"NetAmount\": 200,\n \"ParentOrgId\": 1001,\n \"ParentOrgName\": \"Fitness Hub\",\n \"PaymentId\": null,\n \"PaymentMethod\": null,\n \"paylinkId\": null,\n \"PaypointDbaname\": \"MiCasa Sports\",\n \"PaypointEntryname\": \"micasa\",\n \"PaypointLegalname\": \"MiCasa Sports LLC\",\n \"Source\": \"web\",\n \"Status\": 2,\n \"Terms\": \"NET30\",\n \"TotalAmount\": 200,\n \"PaidAmount\": 0,\n \"OutstandingBalance\": 200,\n \"Transaction\": null,\n \"Vendor\": {\n \"Address1\": \"1234 Liberdad St.\",\n \"Address2\": \"Suite 100\",\n \"BillingData\": {\n \"accountNumber\": \"12345XXXX\",\n \"bankAccountFunction\": 0,\n \"bankAccountHolderName\": \"Elena Gomez\",\n \"bankAccountHolderType\": \"Business\",\n \"bankName\": \"Michigan Savings Bank\",\n \"id\": 0,\n \"routingAccount\": \"072000326\",\n \"typeAccount\": \"Checking\"\n },\n \"City\": \"Detroit\",\n \"Country\": \"US\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"elenag@industriesexample.com\",\n \"InternalReferenceId\": 1215,\n \"Mcc\": \"700\",\n \"Name1\": \"Gomez-Radulescu Industries\",\n \"Name2\": \"Elena\",\n \"Phone\": \"517-555-0123\",\n \"State\": \"MI\",\n \"VendorId\": 456,\n \"VendorNumber\": \"VEN-123\",\n \"VendorStatus\": 1,\n \"Zip\": \"48201\"\n }\n }\n ]\n}",
|
|
322
322
|
"headers": {
|
|
323
323
|
"Content-Type": "application/json"
|
|
324
324
|
}
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
},
|
|
361
361
|
"response": {
|
|
362
362
|
"status": 200,
|
|
363
|
-
"body": "{\n \"Summary\": {\n \"pageidentifier\": null,\n \"pageSize\": 20,\n \"total2approval\": 1,\n \"totalactive\": 1,\n \"totalAmount\": 1.1,\n \"totalamount2approval\": 1.1,\n \"totalamountactive\": 1.1,\n \"totalamountapproved\": 1.1,\n \"totalamountcancel\": 1.1,\n \"totalamountdisapproved\": 1.1,\n \"totalamountintransit\": 1.1,\n \"totalamountoverdue\": 1.1,\n \"totalamountpaid\": 1.1,\n \"totalamountsent2approval\": 1.1,\n \"totalapproved\": 1,\n \"totalcancel\": 1,\n \"totaldisapproved\": 1,\n \"totalintransit\": 1,\n \"totaloverdue\": 1,\n \"totalPages\": 1,\n \"totalpaid\": 1,\n \"totalRecords\": 2,\n \"totalsent2approval\": 1\n },\n \"Records\": [\n {\n \"AdditionalData\": null,\n \"billApprovals\": [\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"lisandra@example.com\",\n \"Id\": 34\n },\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"jccastillo@example.com\",\n \"Id\": 293\n }\n ],\n \"BillDate\": \"2025-03-
|
|
363
|
+
"body": "{\n \"Summary\": {\n \"pageidentifier\": null,\n \"pageSize\": 20,\n \"total2approval\": 1,\n \"totalactive\": 1,\n \"totalAmount\": 1.1,\n \"totalamount2approval\": 1.1,\n \"totalamountactive\": 1.1,\n \"totalamountapproved\": 1.1,\n \"totalamountcancel\": 1.1,\n \"totalamountdisapproved\": 1.1,\n \"totalamountintransit\": 1.1,\n \"totalamountoverdue\": 1.1,\n \"totalamountpaid\": 1.1,\n \"totalamountsent2approval\": 1.1,\n \"totalapproved\": 1,\n \"totalcancel\": 1,\n \"totaldisapproved\": 1,\n \"totalintransit\": 1,\n \"totaloverdue\": 1,\n \"totalPages\": 1,\n \"totalpaid\": 1,\n \"totalRecords\": 2,\n \"totalsent2approval\": 1\n },\n \"Records\": [\n {\n \"AdditionalData\": null,\n \"billApprovals\": [\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"lisandra@example.com\",\n \"Id\": 34\n },\n {\n \"approved\": 0,\n \"approvedTime\": \"2024-03-13T15:54:27Z\",\n \"email\": \"jccastillo@example.com\",\n \"Id\": 293\n }\n ],\n \"BillDate\": \"2025-03-10T00:00:00\",\n \"billEvents\": [\n {\n \"description\": \"Created Bill\",\n \"eventTime\": \"2024-03-13T15:54:26Z\",\n \"refData\": \"00-45e1c2d8b53b72fafc4082f374e68753-ffea4ba4c2ce63ce-00\"\n },\n {\n \"description\": \"Sent to Approval\",\n \"eventTime\": \"2024-03-13T15:54:28Z\",\n \"refData\": \"00-086a951822211bc2eb1803ed64db9d4f-0f07e0e8c394e481-00\"\n }\n ],\n \"BillItems\": [\n {\n \"itemCommodityCode\": \"Commod-MI-2024031926\",\n \"itemCost\": 200,\n \"itemDescription\": \"Consultation price\",\n \"itemMode\": 0,\n \"itemProductCode\": \"Prod-MI-2024031926\",\n \"itemProductName\": \"Consultation\",\n \"itemQty\": 1,\n \"itemTaxAmount\": 0,\n \"itemTaxRate\": 0,\n \"itemTotalAmount\": 200,\n \"itemUnitOfMeasure\": \"per each\"\n }\n ],\n \"BillNumber\": \"MI-bill-2024031926\",\n \"Comments\": \"PAYBILL\",\n \"CreatedAt\": \"2024-03-13T15:54:26Z\",\n \"Discount\": 0,\n \"DocumentsRef\": null,\n \"DueDate\": \"2025-03-10T00:00:00\",\n \"EndDate\": null,\n \"EntityID\": null,\n \"externalPaypointID\": \"micasa-10\",\n \"Frequency\": \"onetime\",\n \"IdBill\": 6104,\n \"LastUpdated\": \"2024-03-13T10:54:26Z\",\n \"LotNumber\": \"LOT123\",\n \"Mode\": 0,\n \"NetAmount\": 200,\n \"ParentOrgId\": 1001,\n \"ParentOrgName\": \"Fitness Hub\",\n \"PaymentId\": null,\n \"PaymentMethod\": null,\n \"paylinkId\": null,\n \"PaypointDbaname\": \"MiCasa Sports\",\n \"PaypointEntryname\": \"micasa\",\n \"PaypointLegalname\": \"MiCasa Sports LLC\",\n \"Source\": \"web\",\n \"Status\": 2,\n \"Terms\": \"NET30\",\n \"TotalAmount\": 200,\n \"PaidAmount\": 0,\n \"OutstandingBalance\": 200,\n \"Transaction\": null,\n \"Vendor\": {\n \"Address1\": \"1234 Liberdad St.\",\n \"Address2\": \"Suite 100\",\n \"BillingData\": {\n \"accountNumber\": \"12345XXXX\",\n \"bankAccountFunction\": 0,\n \"bankAccountHolderName\": \"Elena Gomez\",\n \"bankAccountHolderType\": \"Business\",\n \"bankName\": \"Michigan Savings Bank\",\n \"id\": 0,\n \"routingAccount\": \"072000326\",\n \"typeAccount\": \"Checking\"\n },\n \"City\": \"Detroit\",\n \"Country\": \"US\",\n \"EIN\": \"XXXXX6789\",\n \"Email\": \"elenag@industriesexample.com\",\n \"InternalReferenceId\": 1215,\n \"Mcc\": \"700\",\n \"Name1\": \"Gomez-Radulescu Industries\",\n \"Name2\": \"Elena\",\n \"Phone\": \"517-555-0123\",\n \"State\": \"MI\",\n \"VendorId\": 456,\n \"VendorNumber\": \"VEN-123\",\n \"VendorStatus\": 1,\n \"Zip\": \"48201\"\n }\n }\n ]\n}",
|
|
364
364
|
"headers": {
|
|
365
365
|
"Content-Type": "application/json"
|
|
366
366
|
}
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
},
|
|
4278
4278
|
"response": {
|
|
4279
4279
|
"status": 200,
|
|
4280
|
-
"body": "{\n \"Records\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
4280
|
+
"body": "{\n \"Records\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
|
|
4281
4281
|
"headers": {
|
|
4282
4282
|
"Content-Type": "application/json"
|
|
4283
4283
|
}
|
|
@@ -4319,7 +4319,7 @@
|
|
|
4319
4319
|
},
|
|
4320
4320
|
"response": {
|
|
4321
4321
|
"status": 200,
|
|
4322
|
-
"body": "{\n \"Records\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
4322
|
+
"body": "{\n \"Records\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 77.22,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 2,\n \"totalRecords\": 2\n }\n}",
|
|
4323
4323
|
"headers": {
|
|
4324
4324
|
"Content-Type": "application/json"
|
|
4325
4325
|
}
|
|
@@ -4361,7 +4361,7 @@
|
|
|
4361
4361
|
},
|
|
4362
4362
|
"response": {
|
|
4363
4363
|
"status": 200,
|
|
4364
|
-
"body": "{\n \"Records\": [\n {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 200,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
|
|
4364
|
+
"body": "{\n \"Records\": [\n {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 200,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
|
|
4365
4365
|
"headers": {
|
|
4366
4366
|
"Content-Type": "application/json"
|
|
4367
4367
|
}
|
|
@@ -4403,7 +4403,7 @@
|
|
|
4403
4403
|
},
|
|
4404
4404
|
"response": {
|
|
4405
4405
|
"status": 200,
|
|
4406
|
-
"body": "{\n \"Records\": [\n {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 200,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
|
|
4406
|
+
"body": "{\n \"Records\": [\n {\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n }\n ],\n \"Summary\": {\n \"pageidentifier\": \"null\",\n \"pageSize\": 20,\n \"totalAmount\": 200,\n \"totalNetAmount\": 77.22,\n \"totalPages\": 1,\n \"totalRecords\": 1\n }\n}",
|
|
4407
4407
|
"headers": {
|
|
4408
4408
|
"Content-Type": "application/json"
|
|
4409
4409
|
}
|
|
@@ -7091,7 +7091,7 @@
|
|
|
7091
7091
|
},
|
|
7092
7092
|
"response": {
|
|
7093
7093
|
"status": 200,
|
|
7094
|
-
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
7094
|
+
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n }\n ]\n}",
|
|
7095
7095
|
"headers": {
|
|
7096
7096
|
"Content-Type": "application/json"
|
|
7097
7097
|
}
|
|
@@ -7122,7 +7122,7 @@
|
|
|
7122
7122
|
},
|
|
7123
7123
|
"response": {
|
|
7124
7124
|
"status": 200,
|
|
7125
|
-
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
7125
|
+
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n }\n ]\n}",
|
|
7126
7126
|
"headers": {
|
|
7127
7127
|
"Content-Type": "application/json"
|
|
7128
7128
|
}
|
|
@@ -7153,7 +7153,7 @@
|
|
|
7153
7153
|
},
|
|
7154
7154
|
"response": {
|
|
7155
7155
|
"status": 200,
|
|
7156
|
-
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
7156
|
+
"body": "{\n \"services\": [\n {\n \"description\": \"description\",\n \"enabled\": true,\n \"monthlyCost\": 1.1,\n \"name\": \"name\",\n \"reseller\": true,\n \"setupCost\": 1.1,\n \"txCost\": 1.1,\n \"txPercentCost\": 1.1\n }\n ],\n \"billingInfo\": {\n \"achAccount\": \"123123123\",\n \"achRouting\": \"123123123\",\n \"billingAddress\": \"123 Walnut Street\",\n \"billingCity\": \"Johnson City\",\n \"billingCountry\": \"US\",\n \"billingState\": \"TN\",\n \"billingZip\": \"37615\"\n },\n \"contacts\": [\n {\n \"contactEmail\": \"example@email.com\",\n \"contactName\": \"Herman Martinez\",\n \"contactPhone\": \"3055550000\",\n \"contactTitle\": \"Owner\"\n }\n ],\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"hasBilling\": true,\n \"hasResidual\": true,\n \"idOrg\": 123,\n \"isRoot\": false,\n \"orgAddress\": \"123 Walnut Street\",\n \"orgCity\": \"Johnson City\",\n \"orgCountry\": \"US\",\n \"orgEntryName\": \"pilgrim-planner\",\n \"orgId\": \"123\",\n \"orgLogo\": {\n \"fContent\": \"TXkgdGVzdCBmaWxlHJ==...\",\n \"filename\": \"my-doc.pdf\",\n \"ftype\": \"pdf\",\n \"furl\": \"https://mysite.com/my-doc.pdf\"\n },\n \"orgName\": \"Pilgrim Planner\",\n \"orgParentId\": 236,\n \"orgParentName\": \"PropertyManager Pro\",\n \"orgState\": \"TN\",\n \"orgTimezone\": -5,\n \"orgType\": 0,\n \"orgWebsite\": \"www.pilgrimageplanner.com\",\n \"orgZip\": \"orgZip\",\n \"recipientEmailNotification\": true,\n \"replyToEmail\": \"example@email.com\",\n \"resumable\": false,\n \"summary\": {\n \"amountSubs\": 1.1,\n \"amountTx\": 1.1,\n \"childOrgs\": 1,\n \"childPaypoints\": 1,\n \"countSubs\": 1,\n \"countTx\": 1\n },\n \"users\": [\n {\n \"Access\": [\n {\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n }\n ]\n}",
|
|
7157
7157
|
"headers": {
|
|
7158
7158
|
"Content-Type": "application/json"
|
|
7159
7159
|
}
|
|
@@ -7586,7 +7586,7 @@
|
|
|
7586
7586
|
},
|
|
7587
7587
|
"response": {
|
|
7588
7588
|
"status": 200,
|
|
7589
|
-
"body": "{\n \"Access\": [\n {\n \"roleLabel\": \"customers\",\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": \"
|
|
7589
|
+
"body": "{\n \"Access\": [\n {\n \"roleLabel\": \"customers\",\n \"roleValue\": true\n }\n ],\n \"AdditionalData\": {\n \"key1\": \"value1\",\n \"key2\": \"value2\"\n },\n \"createdAt\": \"2022-07-01T15:00:01Z\",\n \"Email\": \"example@email.com\",\n \"language\": \"en\",\n \"lastAccess\": \"2022-07-01T15:00:01Z\",\n \"Name\": \"Sean Smith\",\n \"Phone\": \"5555555555\",\n \"Scope\": [\n {\n \"orgEntry\": \"pilgrim-planner\",\n \"orgId\": 123,\n \"orgType\": 0\n }\n ],\n \"snData\": \"snData\",\n \"snIdentifier\": \"snIdentifier\",\n \"snProvider\": \"google\",\n \"timeZone\": -5,\n \"userId\": 1000000,\n \"UsrMFA\": false,\n \"UsrMFAMode\": 0,\n \"UsrStatus\": 1\n}",
|
|
7590
7590
|
"headers": {
|
|
7591
7591
|
"Content-Type": "application/json"
|
|
7592
7592
|
}
|
|
@@ -7940,7 +7940,7 @@
|
|
|
7940
7940
|
},
|
|
7941
7941
|
"response": {
|
|
7942
7942
|
"status": 200,
|
|
7943
|
-
"body": "{\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n}",
|
|
7943
|
+
"body": "{\n \"VendorNumber\": \"VEN-123\",\n \"Name1\": \"Herman's Coatings\",\n \"Name2\": \"Herman's Coating Supply Company, LLC\",\n \"EIN\": \"123456789\",\n \"Phone\": \"2125551234\",\n \"Email\": \"example@email.com\",\n \"RemitEmail\": null,\n \"Address1\": \"123 Ocean Drive\",\n \"Address2\": \"Suite 400\",\n \"City\": \"Bristol\",\n \"State\": \"GA\",\n \"Zip\": \"31113\",\n \"Country\": \"US\",\n \"Mcc\": \"7777\",\n \"LocationCode\": \"LOC123\",\n \"Contacts\": [\n {\n \"ContactEmail\": \"eric@martinezcoatings.com\",\n \"ContactName\": \"Eric Martinez\",\n \"ContactPhone\": \"5555555555\",\n \"ContactTitle\": \"Owner\"\n }\n ],\n \"BillingData\": {\n \"id\": 123456,\n \"accountId\": \"bank-account-001\",\n \"nickname\": \"Main Checking Account\",\n \"bankName\": \"Example Bank\",\n \"routingAccount\": \"123456789\",\n \"accountNumber\": \"9876543210\",\n \"typeAccount\": \"Checking\",\n \"bankAccountHolderName\": \"John Doe\",\n \"bankAccountHolderType\": \"Business\",\n \"bankAccountFunction\": 2,\n \"verified\": true,\n \"status\": 1,\n \"services\": [],\n \"default\": true\n },\n \"PaymentMethod\": null,\n \"VendorStatus\": 1,\n \"VendorId\": 456,\n \"EnrollmentStatus\": null,\n \"Summary\": {\n \"ActiveBills\": 2,\n \"PendingBills\": 4,\n \"InTransitBills\": 3,\n \"PaidBills\": 18,\n \"OverdueBills\": 1,\n \"ApprovedBills\": 5,\n \"DisapprovedBills\": 1,\n \"TotalBills\": 34,\n \"ActiveBillsAmount\": 1250.75,\n \"PendingBillsAmount\": 2890.5,\n \"InTransitBillsAmount\": 1675.25,\n \"PaidBillsAmount\": 15420.8,\n \"OverdueBillsAmount\": 425,\n \"ApprovedBillsAmount\": 3240.9,\n \"DisapprovedBillsAmount\": 180,\n \"TotalBillsAmount\": 25083.2\n },\n \"PaypointLegalname\": \"Sunshine Services, LLC\",\n \"PaypointId\": 3040,\n \"PaypointDbaname\": \"Sunshine Gutters\",\n \"PaypointEntryname\": \"d193cf9a46\",\n \"ParentOrgName\": \"PropertyManager Pro\",\n \"ParentOrgId\": 1000,\n \"CreatedDate\": \"2022-07-01T15:00:01Z\",\n \"LastUpdated\": \"2022-07-01T15:00:01Z\",\n \"remitAddress1\": \"123 Walnut Street\",\n \"remitAddress2\": \"Suite 900\",\n \"remitCity\": \"Miami\",\n \"remitState\": \"FL\",\n \"remitZip\": \"31113\",\n \"remitCountry\": \"US\",\n \"payeeName1\": \"payeeName1\",\n \"payeeName2\": \"payeeName2\",\n \"customField1\": \"\",\n \"customField2\": \"\",\n \"customerVendorAccount\": \"123-456\",\n \"InternalReferenceId\": 1000000,\n \"PaymentPortalUrl\": \"https://greenfield-landscaping.com/pay\",\n \"CardAccepted\": \"yes\",\n \"AchAccepted\": \"unable to determine\",\n \"CheckAccepted\": \"no\",\n \"EnrichmentStatus\": \"fully_enriched\",\n \"EnrichedBy\": \"web_search\",\n \"EnrichedAt\": \"2026-03-05T14:22:10Z\",\n \"EnrichmentId\": \"enrich-3890-a1b2c3d4\",\n \"additionalData\": null,\n \"externalPaypointID\": \"Paypoint-100\",\n \"StoredMethods\": []\n}",
|
|
7944
7944
|
"headers": {
|
|
7945
7945
|
"Content-Type": "application/json"
|
|
7946
7946
|
}
|
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.
|
|
4
|
+
version: 3.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Payabli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-09-
|
|
11
|
+
date: 2026-09-18 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.
|