fat_zebra 3.0.10 → 3.2.2
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 +5 -5
- data/.gitignore +2 -0
- data/.rubocop.yml +3 -5
- data/.travis.yml +3 -3
- data/README.md +5 -5
- data/fat_zebra.gemspec +5 -5
- data/lib/fat_zebra.rb +8 -0
- data/lib/fat_zebra/api_operation/search.rb +1 -1
- data/lib/fat_zebra/authenticate.rb +64 -0
- data/lib/fat_zebra/batch.rb +3 -1
- data/lib/fat_zebra/card.rb +1 -0
- data/lib/fat_zebra/direct_credit.rb +1 -1
- data/lib/fat_zebra/direct_debit.rb +1 -1
- data/lib/fat_zebra/paypal/authorization.rb +49 -0
- data/lib/fat_zebra/paypal/billing_agreement.rb +56 -0
- data/lib/fat_zebra/paypal/capture.rb +36 -0
- data/lib/fat_zebra/paypal/order.rb +22 -0
- data/lib/fat_zebra/paypal/refund.rb +22 -0
- data/lib/fat_zebra/refund.rb +4 -0
- data/lib/fat_zebra/validation.rb +4 -0
- data/lib/fat_zebra/version.rb +1 -1
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/validations/1_3_5_1.yml +46 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_1.yml +90 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_challenge_response/1_3_3_2.yml +90 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_1.yml +90 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_frictionless_response/1_3_2_2.yml +90 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_1.yml +90 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_2.yml +87 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_3.yml +92 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_invalid_input/1_3_1_4.yml +91 -0
- data/spec/cassettes/FatZebra_Authenticate/_authenticate/with_type_validation/1_3_4_1.yml +46 -0
- data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_invalid/returns_error_when_invalid_token.yml +47 -0
- data/spec/cassettes/FatZebra_Authenticate/_decode_session/when_token_is_valid/decodes_JWT.yml +87 -0
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_given_params.yml +44 -0
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_JWT_with_no_amount.yml +44 -0
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_amount_is_invalid.yml +44 -0
- data/spec/cassettes/FatZebra_Authenticate/_session/returns_error_when_currency_is_invalid.yml +46 -0
- data/spec/cassettes/FatZebra_BankAccount/_create/1_1_1.yml +7 -9
- data/spec/cassettes/FatZebra_BankAccount/_create/1_1_2.yml +7 -9
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_1.yml +32 -38
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_2.yml +32 -38
- data/spec/cassettes/FatZebra_BankAccount/_search/1_2_3.yml +32 -38
- data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_1.yml +10 -14
- data/spec/cassettes/FatZebra_Batch/_create/with_file/1_1_1_2.yml +10 -14
- data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_1.yml +10 -14
- data/spec/cassettes/FatZebra_Batch/_create/with_path/1_1_2_2.yml +10 -14
- data/spec/cassettes/FatZebra_Batch/_find/1_2_1.yml +18 -24
- data/spec/cassettes/FatZebra_Batch/_find/1_2_2.yml +18 -24
- data/spec/cassettes/FatZebra_Batch/_result/1_4_1.yml +26 -34
- data/spec/cassettes/FatZebra_Batch/_search/1_3_1.yml +8 -10
- data/spec/cassettes/FatZebra_Batch/_search/1_3_2.yml +8 -10
- data/spec/cassettes/FatZebra_Batch/_search/1_3_3.yml +8 -10
- data/spec/cassettes/FatZebra_Card/_create/1_1_1.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_create/1_1_2.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_create/1_1_3.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_create/1_1_4.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_create/1_1_5.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_create/1_1_6.yml +7 -9
- data/spec/cassettes/FatZebra_Card/_find/1_3_1.yml +111 -0
- data/spec/cassettes/FatZebra_Card/_find/1_3_2.yml +111 -0
- data/spec/cassettes/FatZebra_Card/_update/1_2_1.yml +14 -18
- data/spec/cassettes/FatZebra_Card/_update/1_2_2.yml +14 -18
- data/spec/cassettes/FatZebra_Card/_update/1_2_3.yml +14 -18
- data/spec/cassettes/FatZebra_Card/_update/validations/1_2_4_1.yml +7 -9
- data/spec/cassettes/FatZebra_Customer/_create/1_1_1.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_create/1_1_2.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_create/1_1_3.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_create/1_1_4.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_create/1_1_5.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_create/1_1_6.yml +8 -10
- data/spec/cassettes/FatZebra_Customer/_delete/1_5_1.yml +16 -20
- data/spec/cassettes/FatZebra_Customer/_find/1_3_1.yml +17 -21
- data/spec/cassettes/FatZebra_Customer/_find/1_3_2.yml +17 -21
- data/spec/cassettes/FatZebra_Customer/_search/1_2_1.yml +14 -20
- data/spec/cassettes/FatZebra_Customer/_search/1_2_2.yml +14 -20
- data/spec/cassettes/FatZebra_Customer/_search/1_2_3.yml +14 -20
- data/spec/cassettes/FatZebra_Customer/_update/1_4_1.yml +17 -21
- data/spec/cassettes/FatZebra_Customer/_update/1_4_2.yml +17 -21
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_1.yml +7 -9
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_2.yml +7 -9
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_3.yml +7 -9
- data/spec/cassettes/FatZebra_DirectCredit/_create/1_1_4.yml +7 -9
- data/spec/cassettes/FatZebra_DirectCredit/_create/validations/valid/1_1_5_1_1.yml +6 -8
- data/spec/cassettes/FatZebra_DirectCredit/_delete/1_4_1.yml +14 -18
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_1.yml +15 -19
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_2.yml +15 -19
- data/spec/cassettes/FatZebra_DirectCredit/_find/1_2_3.yml +103 -0
- data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_1.yml +22 -28
- data/spec/cassettes/FatZebra_DirectCredit/_search/1_3_2.yml +22 -28
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_1.yml +7 -9
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_2.yml +7 -9
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_3.yml +7 -9
- data/spec/cassettes/FatZebra_DirectDebit/_create/1_1_4.yml +7 -9
- data/spec/cassettes/FatZebra_DirectDebit/_create/validations/valid/1_1_5_1_1.yml +6 -8
- data/spec/cassettes/FatZebra_DirectDebit/_delete/1_4_1.yml +14 -18
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_1.yml +15 -19
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_2.yml +15 -19
- data/spec/cassettes/FatZebra_DirectDebit/_find/1_2_3.yml +103 -0
- data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_1.yml +22 -28
- data/spec/cassettes/FatZebra_DirectDebit/_search/1_3_2.yml +22 -28
- data/spec/cassettes/FatZebra_Information/_ping/1_1_1.yml +7 -9
- data/spec/cassettes/FatZebra_Information/_ping/1_1_2.yml +7 -9
- data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_1.yml +48 -56
- data/spec/cassettes/FatZebra_PaymentPlan/_active_/1_8_2.yml +48 -56
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_1.yml +20 -24
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_2.yml +20 -24
- data/spec/cassettes/FatZebra_PaymentPlan/_create/1_1_3.yml +20 -24
- data/spec/cassettes/FatZebra_PaymentPlan/_delete/1_5_1.yml +28 -34
- data/spec/cassettes/FatZebra_PaymentPlan/_destroy/1_6_1.yml +28 -34
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_1.yml +33 -39
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_2.yml +33 -39
- data/spec/cassettes/FatZebra_PaymentPlan/_find/1_2_3.yml +33 -39
- data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_1.yml +34 -40
- data/spec/cassettes/FatZebra_PaymentPlan/_suspend_/1_7_2.yml +34 -40
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_1.yml +28 -34
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_2.yml +28 -34
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_3_3.yml +28 -34
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_1.yml +34 -40
- data/spec/cassettes/FatZebra_PaymentPlan/_update/1_4_2.yml +34 -40
- data/spec/cassettes/FatZebra_Paypal_Authorization/_capture/returns_a_new_capture_record.yml +45 -0
- data/spec/cassettes/FatZebra_Paypal_Authorization/_find/when_found/returns_authorization.yml +46 -0
- data/spec/cassettes/FatZebra_Paypal_Authorization/_search/with_date_filter/returns_records_created_after_start_date.yml +46 -0
- data/spec/cassettes/FatZebra_Paypal_Authorization/_void/returns_a_voided_capture_record.yml +44 -0
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_charge/Valid_payload/returns_a_new_order_record.yml +48 -0
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_find/when_found/returns_billing_agreement.yml +48 -0
- data/spec/cassettes/FatZebra_Paypal_BillingAgreement/_search/with_date_filter/returns_records_created_after_start_date.yml +48 -0
- data/spec/cassettes/FatZebra_Paypal_Capture/_find/when_found/returns_capture.yml +47 -0
- data/spec/cassettes/FatZebra_Paypal_Capture/_refund/returns_a_new_refund_record.yml +45 -0
- data/spec/cassettes/FatZebra_Paypal_Capture/_search/with_date_filter/returns_records_created_after_start_date.yml +49 -0
- data/spec/cassettes/FatZebra_Paypal_Order/_find/when_found/returns_order.yml +48 -0
- data/spec/cassettes/FatZebra_Paypal_Order/_search/with_date_filter/returns_orders_created_after_start_date.yml +55 -0
- data/spec/cassettes/FatZebra_Paypal_Refund/_find/when_found/returns_refund.yml +47 -0
- data/spec/cassettes/FatZebra_Paypal_Refund/_search/with_date_filter/returns_all_refund_records_created_after_start_date.yml +50 -0
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_1.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_2.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_capture/1_5_3.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_1.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_10.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_11.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_12.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_13.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_2.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_3.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_4.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_5.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_6.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_7.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_8.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/1_1_9.yml +8 -10
- data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_1.yml +10 -12
- data/spec/cassettes/FatZebra_Purchase/_create/bad_request/1_1_14_2.yml +10 -12
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_1.yml +31 -23
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_2.yml +31 -23
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_3.yml +31 -23
- data/spec/cassettes/FatZebra_Purchase/_find/1_2_4.yml +31 -23
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_1.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_2.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_refund/1_4_3.yml +30 -22
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_1.yml +34 -40
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_2.yml +34 -40
- data/spec/cassettes/FatZebra_Purchase/_search/1_3_3.yml +34 -40
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_1.yml +523 -511
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_2.yml +523 -511
- data/spec/cassettes/FatZebra_Purchase/_settlement/1_8_3.yml +523 -511
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_1.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_2.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_3.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_6_4.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_1.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_2.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_3.yml +16 -20
- data/spec/cassettes/FatZebra_Purchase/_void/1_7_4.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_1.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_10.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_2.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_3.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_4.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_5.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_6.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_7.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_8.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_create/1_1_9.yml +16 -20
- data/spec/cassettes/FatZebra_Refund/_find/1_2_1.yml +25 -31
- data/spec/cassettes/FatZebra_Refund/_find/1_2_2.yml +25 -31
- data/spec/cassettes/FatZebra_Refund/_find/1_2_3.yml +25 -31
- data/spec/cassettes/FatZebra_Refund/_search/responds_with_the_newly-created_refunds.yml +214 -0
- data/spec/cassettes/FatZebra_Refund/_void/1_4_1.yml +24 -30
- data/spec/cassettes/FatZebra_Refund/_void/1_4_2.yml +24 -30
- data/spec/cassettes/FatZebra_Refund/_void/1_4_3.yml +24 -30
- data/spec/cassettes/FatZebra_Refund/_void/1_4_4.yml +24 -30
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_1.yml +6 -8
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_2.yml +6 -8
- data/spec/cassettes/FatZebra_WebHook/_create/1_1_3.yml +6 -8
- data/spec/cassettes/FatZebra_WebHook/_delete/1_4_1.yml +13 -17
- data/spec/cassettes/FatZebra_WebHook/_search/1_2_1.yml +163 -43
- data/spec/cassettes/FatZebra_WebHook/_search/1_2_2.yml +165 -45
- data/spec/cassettes/FatZebra_WebHook/_update/1_3_1.yml +13 -17
- data/spec/cassettes/FatZebra_WebHook/_update/1_3_2.yml +13 -17
- data/spec/lib/fat_zebra/authenticate_spec.rb +187 -0
- data/spec/lib/fat_zebra/card_spec.rb +8 -0
- data/spec/lib/fat_zebra/direct_credit_spec.rb +14 -1
- data/spec/lib/fat_zebra/direct_debit_spec.rb +14 -1
- data/spec/lib/fat_zebra/payment_plan_spec.rb +1 -1
- data/spec/lib/fat_zebra/paypal/authorization_spec.rb +79 -0
- data/spec/lib/fat_zebra/paypal/billing_agreement_spec.rb +62 -0
- data/spec/lib/fat_zebra/paypal/capture_spec.rb +60 -0
- data/spec/lib/fat_zebra/paypal/order_spec.rb +35 -0
- data/spec/lib/fat_zebra/paypal/refund_spec.rb +36 -0
- data/spec/lib/fat_zebra/purchase_spec.rb +3 -3
- data/spec/lib/fat_zebra/refund_spec.rb +37 -17
- data/spec/spec_helper.rb +0 -1
- data/spec/support/payloads.rb +135 -0
- metadata +59 -15
- data/spec/cassettes/FatZebra_Refund/_search/1_3_1.yml +0 -275
- data/spec/cassettes/FatZebra_Refund/_search/1_3_2.yml +0 -275
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/billing_agreements?from=2020/08/05&limit=10&offset=0&test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- c101aad30f97840b3c4a4efe5d4eb30a
|
37
|
+
X-Runtime:
|
38
|
+
- '0.035274'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":[{"id":"071-PBA-PYG1L6M4CV4DYHTZ","name":"Sample
|
44
|
+
Billing Agreement","description":"Stored PayPal account","state":"ACTIVE","payer":{"payer_info":{"email":"sb-qxxvi1315481@personal.example.com","first_name":"John","last_name":"Doe","payer_id":"CV5LBGRHGTXHY"}},"shipping_address":{"first_name":"John","last_name":"Doe","address_1":"100
|
45
|
+
Kent Street","address_2":"Cafe Lane","city":"Sydney","state":"NSW","postcode":"2000","country":"AU"},"merchant_custom_data":"\u003cUUID\u003e","created_at":"2020-08-06T23:23:01+10:00"}],"errors":[],"test":true,"records":1,"total_records":1,"page":1,"total_pages":1}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Fri, 07 Aug 2020 03:09:56 GMT
|
48
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,47 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/captures/071-PPC-TUOHT8YJHBY7SBJU?test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- c58a5a533d15c569513e509323a18388
|
37
|
+
X-Runtime:
|
38
|
+
- '0.040104'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":{"id":"071-PPC-TUOHT8YJHBY7SBJU","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"message":"Approved","reference":"ref_12345_771673","captured":true,"currency":"AUD","transaction_id":"071-PPC-TUOHT8YJHBY7SBJU","transaction_date":"2020-08-06T23:19:37+10:00","response_code":"00","invoice_id":"ref_12345_771673","paypal_fee":318,"seller_receivable_net_amount":11682,"note_to_payer":"Sporting
|
44
|
+
Goods","is_final_capture":true,"refunded_amount":0,"balance_available_for_refund":12000,"order":"071-PPO-U7RRMGM3OY3V2ZMN"},"errors":[],"test":true}'
|
45
|
+
http_version:
|
46
|
+
recorded_at: Thu, 06 Aug 2020 13:26:56 GMT
|
47
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,45 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/captures/071-PPC-TUOHT8YJHBY7SBJU/refund
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"amount":100,"note_to_payer":"test note","test":true}'
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Authorization:
|
17
|
+
- Basic VEVTVDpURVNU
|
18
|
+
Content-Type:
|
19
|
+
- application/json
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Cache-Control:
|
26
|
+
- no-store
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
X-Request-Version:
|
32
|
+
- 1.21.8
|
33
|
+
X-Request-Id:
|
34
|
+
- e0ebe48b6e87dd8ee5c32ba79ab48b68
|
35
|
+
X-Runtime:
|
36
|
+
- '6.572899'
|
37
|
+
Transfer-Encoding:
|
38
|
+
- chunked
|
39
|
+
body:
|
40
|
+
encoding: UTF-8
|
41
|
+
string: '{"successful":true,"response":{"id":"071-PPR-MZJV3I5XDDXODL91","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-MZJV3I5XDDXODL91","currency":"AUD","successful":true,"transaction_date":"2020-08-07T14:01:58+10:00","response_code":"00","standalone":false,"note_to_payer":"test
|
42
|
+
note","invoice_id":"071-PPR-MZJV3I5XDDXODL91","decimal_amount":1.0,"paypal_fee":3,"seller_payable_net_amount":97,"balance_available_for_refund":11800,"capture":"071-PPC-TUOHT8YJHBY7SBJU","order":"071-PPO-U7RRMGM3OY3V2ZMN"},"errors":[],"test":true}'
|
43
|
+
http_version:
|
44
|
+
recorded_at: Fri, 07 Aug 2020 04:02:05 GMT
|
45
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,49 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/captures?from=2020/08/05&limit=10&offset=0&test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- 2a6624340cee60843d3a02133af59e2b
|
37
|
+
X-Runtime:
|
38
|
+
- '0.051010'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":[{"id":"071-PPC-JUNNKEGCHIOL1CFR","amount":11000,"decimal_amount":110.0,"captured_amount":11000,"successful":true,"message":"Approved","reference":"82a8bc984e1dda3d10780a1c10eb5cb4","captured":true,"currency":"AUD","transaction_id":"071-PPC-JUNNKEGCHIOL1CFR","transaction_date":"2020-08-05T06:27:55+10:00","response_code":"00","invoice_id":"82a8bc984e1dda3d10780a1c10eb5cb4","paypal_fee":294,"seller_receivable_net_amount":10706,"note_to_payer":"Sporting
|
44
|
+
Goods","is_final_capture":true,"refunded_amount":11000,"balance_available_for_refund":0,"order":"071-PPO-RXFR2E6ILCIE6HKI"},{"id":"071-PPC-RBJV9SSA7PWXVXFB","amount":1100,"decimal_amount":11.0,"captured_amount":1100,"successful":true,"message":"Approved","reference":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","captured":true,"currency":"AUD","transaction_id":"071-PPC-RBJV9SSA7PWXVXFB","transaction_date":"2020-08-05T10:38:47+10:00","response_code":"00","invoice_id":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","paypal_fee":56,"seller_receivable_net_amount":1044,"note_to_payer":"Sporting
|
45
|
+
Goods","is_final_capture":true,"refunded_amount":1100,"balance_available_for_refund":0,"order":"071-PPO-5ICGTHBIMG9T7D4I"},{"id":"071-PPC-TUOHT8YJHBY7SBJU","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"message":"Approved","reference":"ref_12345_771673","captured":true,"currency":"AUD","transaction_id":"071-PPC-TUOHT8YJHBY7SBJU","transaction_date":"2020-08-06T23:19:37+10:00","response_code":"00","invoice_id":"ref_12345_771673","paypal_fee":318,"seller_receivable_net_amount":11682,"note_to_payer":"Sporting
|
46
|
+
Goods","is_final_capture":true,"refunded_amount":0,"balance_available_for_refund":12000,"order":"071-PPO-U7RRMGM3OY3V2ZMN"}],"errors":[],"test":true,"records":3,"total_records":3,"page":1,"total_pages":1}'
|
47
|
+
http_version:
|
48
|
+
recorded_at: Thu, 06 Aug 2020 13:26:56 GMT
|
49
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,48 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/orders/071-PPO-U7RRMGM3OY3V2ZMN?test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- 3b84871376becb04242c5c5eed2befcb
|
37
|
+
X-Runtime:
|
38
|
+
- '0.037029'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":{"id":"071-PPO-U7RRMGM3OY3V2ZMN","reference":"ref_12345_771673","amount":11900,"decimal_amount":119.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-U7RRMGM3OY3V2ZMN","transaction_date":"2020-08-06T23:19:37+10:00","intent":"CAPTURE","paypal_reference":"ref_12345_771673","invoice_id":"ref_12345_771673","status":"COMPLETED","authorized_amount":0.0,"captured_amount":120.0,"refunded_amount":1.0,"authorizations":[],"captures":[{"id":"071-PPC-TUOHT8YJHBY7SBJU","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"message":"Approved","reference":"ref_12345_771673","captured":true,"currency":"AUD","transaction_id":"071-PPC-TUOHT8YJHBY7SBJU","transaction_date":"2020-08-06T23:19:37+10:00","response_code":"00","invoice_id":"ref_12345_771673","paypal_fee":318,"seller_receivable_net_amount":11682,"note_to_payer":"Sporting
|
44
|
+
Goods","is_final_capture":true,"refunded_amount":100,"balance_available_for_refund":11900,"order":"071-PPO-U7RRMGM3OY3V2ZMN"}],"refunds":[{"id":"071-PPR-SRR9FP7ZKXT9IXU3","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-SRR9FP7ZKXT9IXU3","currency":"AUD","successful":true,"transaction_date":"2020-08-06T23:26:56+10:00","response_code":"00","standalone":false,"note_to_payer":"test
|
45
|
+
note","invoice_id":"071-PPR-SRR9FP7ZKXT9IXU3","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":11900,"capture":"071-PPC-TUOHT8YJHBY7SBJU","order":"071-PPO-U7RRMGM3OY3V2ZMN"}],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},"errors":[],"test":true}'
|
46
|
+
http_version:
|
47
|
+
recorded_at: Fri, 07 Aug 2020 00:03:08 GMT
|
48
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,55 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/orders?from=2020/08/05&limit=10&offset=0&test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- bc019811b9c6e7d6522c2fd383a7d12c
|
37
|
+
X-Runtime:
|
38
|
+
- '0.141446'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":[{"id":"071-PPO-RXFR2E6ILCIE6HKI","reference":"82a8bc984e1dda3d10780a1c10eb5cb4","amount":0,"decimal_amount":0.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-RXFR2E6ILCIE6HKI","transaction_date":"2020-08-05T06:27:55+10:00","intent":"CAPTURE","paypal_reference":"82a8bc984e1dda3d10780a1c10eb5cb4","invoice_id":"82a8bc984e1dda3d10780a1c10eb5cb4","status":"COMPLETED","authorized_amount":0.0,"captured_amount":110.0,"refunded_amount":110.0,"authorizations":[],"captures":[{"id":"071-PPC-JUNNKEGCHIOL1CFR","amount":11000,"decimal_amount":110.0,"captured_amount":11000,"successful":true,"message":"Approved","reference":"82a8bc984e1dda3d10780a1c10eb5cb4","captured":true,"currency":"AUD","transaction_id":"071-PPC-JUNNKEGCHIOL1CFR","transaction_date":"2020-08-05T06:27:55+10:00","response_code":"00","invoice_id":"82a8bc984e1dda3d10780a1c10eb5cb4","paypal_fee":294,"seller_receivable_net_amount":10706,"note_to_payer":"Sporting
|
44
|
+
Goods","is_final_capture":true,"refunded_amount":11000,"balance_available_for_refund":0,"order":"071-PPO-RXFR2E6ILCIE6HKI"}],"refunds":[{"id":"071-PPR-7BIDZCFHPCCBUSJH","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-7BIDZCFHPCCBUSJH","currency":"AUD","successful":true,"transaction_date":"2020-08-05T11:24:24+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
45
|
+
the rest","invoice_id":"071-PPR-7BIDZCFHPCCBUSJH","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":0,"capture":"071-PPC-JUNNKEGCHIOL1CFR","order":"071-PPO-RXFR2E6ILCIE6HKI"},{"id":"071-PPR-10HDHDI4QRHVDOGV","amount":10900,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-10HDHDI4QRHVDOGV","currency":"AUD","successful":true,"transaction_date":"2020-08-05T16:54:15+10:00","response_code":"00","standalone":false,"invoice_id":"071-PPR-10HDHDI4QRHVDOGV","decimal_amount":109.0,"paypal_fee":262,"seller_payable_net_amount":10638,"balance_available_for_refund":0,"capture":"071-PPC-JUNNKEGCHIOL1CFR","order":"071-PPO-RXFR2E6ILCIE6HKI"}],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-5ICGTHBIMG9T7D4I","reference":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","amount":0,"decimal_amount":0.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-5ICGTHBIMG9T7D4I","transaction_date":"2020-08-05T10:38:47+10:00","intent":"CAPTURE","paypal_reference":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","invoice_id":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","billing_agreement_token":"pb-dba1bbi7chtnpdrj2hbo","status":"COMPLETED","payment_source":"BILLING_AGREEMENT","authorized_amount":0.0,"captured_amount":11.0,"refunded_amount":11.0,"authorizations":[],"captures":[{"id":"071-PPC-RBJV9SSA7PWXVXFB","amount":1100,"decimal_amount":11.0,"captured_amount":1100,"successful":true,"message":"Approved","reference":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","captured":true,"currency":"AUD","transaction_id":"071-PPC-RBJV9SSA7PWXVXFB","transaction_date":"2020-08-05T10:38:47+10:00","response_code":"00","invoice_id":"f551972b-e61e-4403-bab1-dc2cdc99c7ff","paypal_fee":56,"seller_receivable_net_amount":1044,"note_to_payer":"Sporting
|
46
|
+
Goods","is_final_capture":true,"refunded_amount":1100,"balance_available_for_refund":0,"order":"071-PPO-5ICGTHBIMG9T7D4I"}],"refunds":[{"id":"071-PPR-6FOW2YDJYBPSDBNB","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-6FOW2YDJYBPSDBNB","currency":"AUD","successful":true,"transaction_date":"2020-08-05T10:40:07+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
47
|
+
billing agreement","invoice_id":"071-PPR-6FOW2YDJYBPSDBNB","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":0,"capture":"071-PPC-RBJV9SSA7PWXVXFB","order":"071-PPO-5ICGTHBIMG9T7D4I"},{"id":"071-PPR-WXEAYHCGZY7DJYZ2","amount":1000,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-WXEAYHCGZY7DJYZ2","currency":"AUD","successful":true,"transaction_date":"2020-08-05T10:46:21+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
48
|
+
the rest","invoice_id":"071-PPR-WXEAYHCGZY7DJYZ2","decimal_amount":10.0,"paypal_fee":24,"seller_payable_net_amount":976,"balance_available_for_refund":0,"capture":"071-PPC-RBJV9SSA7PWXVXFB","order":"071-PPO-5ICGTHBIMG9T7D4I"}],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-U7RRMGM3OY3V2ZMN","reference":"ref_12345_771673","amount":11900,"decimal_amount":119.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-U7RRMGM3OY3V2ZMN","transaction_date":"2020-08-06T23:19:37+10:00","intent":"CAPTURE","paypal_reference":"ref_12345_771673","invoice_id":"ref_12345_771673","status":"COMPLETED","authorized_amount":0.0,"captured_amount":120.0,"refunded_amount":1.0,"authorizations":[],"captures":[{"id":"071-PPC-TUOHT8YJHBY7SBJU","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"message":"Approved","reference":"ref_12345_771673","captured":true,"currency":"AUD","transaction_id":"071-PPC-TUOHT8YJHBY7SBJU","transaction_date":"2020-08-06T23:19:37+10:00","response_code":"00","invoice_id":"ref_12345_771673","paypal_fee":318,"seller_receivable_net_amount":11682,"note_to_payer":"Sporting
|
49
|
+
Goods","is_final_capture":true,"refunded_amount":100,"balance_available_for_refund":11900,"order":"071-PPO-U7RRMGM3OY3V2ZMN"}],"refunds":[{"id":"071-PPR-SRR9FP7ZKXT9IXU3","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-SRR9FP7ZKXT9IXU3","currency":"AUD","successful":true,"transaction_date":"2020-08-06T23:26:56+10:00","response_code":"00","standalone":false,"note_to_payer":"test
|
50
|
+
note","invoice_id":"071-PPR-SRR9FP7ZKXT9IXU3","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":11900,"capture":"071-PPC-TUOHT8YJHBY7SBJU","order":"071-PPO-U7RRMGM3OY3V2ZMN"}],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-QMNDDIFZMCX0LA0G","reference":"ref_12345_420768","amount":200,"decimal_amount":2.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-QMNDDIFZMCX0LA0G","transaction_date":"2020-08-06T23:17:27+10:00","intent":"AUTHORIZE","paypal_reference":"ref_12345_420768","invoice_id":"ref_12345_420768","status":"COMPLETED","authorized_amount":120.0,"captured_amount":2.0,"refunded_amount":0.0,"authorizations":[{"id":"071-PPA-3AM3CXFFKMFYI3QM","amount":12000,"decimal_amount":120.0,"captured_amount":200,"successful":true,"captured":false,"currency":"AUD","transaction_id":"071-PPA-3AM3CXFFKMFYI3QM","transaction_date":"2020-08-06T23:17:27+10:00","message":"Approved","response_code":"00","reference":"ref_12345_420768","refunded_amount":0,"balance_available_for_capture":13600,"order":"071-PPO-QMNDDIFZMCX0LA0G"}],"captures":[{"id":"071-PPC-J78XU85CJEZWO1GM","amount":200,"decimal_amount":2.0,"captured_amount":200,"successful":true,"message":"Approved","reference":"ref_12345_420768","captured":true,"currency":"AUD","transaction_id":"071-PPC-J78XU85CJEZWO1GM","transaction_date":"2020-08-06T23:39:51+10:00","response_code":"00","invoice_id":"071-PPC-J78XU85CJEZWO1GM","paypal_fee":35,"seller_receivable_net_amount":165,"note_to_payer":"test
|
51
|
+
capture $2","is_final_capture":false,"refunded_amount":0,"balance_available_for_refund":200,"balance_available_for_capture":13600,"authorization":"071-PPA-3AM3CXFFKMFYI3QM","order":"071-PPO-QMNDDIFZMCX0LA0G"}],"refunds":[],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-TKJOIWAQBL0FUXIY","reference":"ref_12345_108143","amount":12000,"decimal_amount":120.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-TKJOIWAQBL0FUXIY","transaction_date":"2020-08-06T23:40:58+10:00","intent":"AUTHORIZE","paypal_reference":"ref_12345_108143","invoice_id":"ref_12345_108143","status":"COMPLETED","authorized_amount":120.0,"captured_amount":120.0,"refunded_amount":0.0,"authorizations":[{"id":"071-PPA-QPIVKACDAHBNH3LO","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"captured":true,"currency":"AUD","transaction_id":"071-PPA-QPIVKACDAHBNH3LO","transaction_date":"2020-08-06T23:40:58+10:00","message":"Approved","response_code":"00","reference":"ref_12345_108143","refunded_amount":0,"balance_available_for_capture":0,"order":"071-PPO-TKJOIWAQBL0FUXIY"}],"captures":[{"id":"071-PPC-CJEJFDYDGVANRLT2","amount":12000,"decimal_amount":120.0,"captured_amount":12000,"successful":true,"message":"Approved","reference":"ref_12345_108143","captured":true,"currency":"AUD","transaction_id":"071-PPC-CJEJFDYDGVANRLT2","transaction_date":"2020-08-06T23:53:12+10:00","response_code":"00","invoice_id":"071-PPC-CJEJFDYDGVANRLT2","paypal_fee":318,"seller_receivable_net_amount":12000,"is_final_capture":true,"refunded_amount":0,"balance_available_for_refund":12000,"balance_available_for_capture":0,"authorization":"071-PPA-QPIVKACDAHBNH3LO","order":"071-PPO-TKJOIWAQBL0FUXIY"}],"refunds":[],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-9RTUTZIBA391BSDD","reference":"ref_12345_730288","amount":12000,"decimal_amount":120.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-9RTUTZIBA391BSDD","transaction_date":"2020-08-06T23:59:05+10:00","intent":"AUTHORIZE","paypal_reference":"ref_12345_730288","invoice_id":"ref_12345_730288","status":"COMPLETED","authorized_amount":120.0,"captured_amount":0.0,"refunded_amount":0.0,"authorizations":[{"id":"071-PPA-SBABZAXAMF38JQMP","amount":12000,"decimal_amount":120.0,"captured_amount":0,"successful":true,"captured":false,"currency":"AUD","transaction_id":"071-PPA-SBABZAXAMF38JQMP","transaction_date":"2020-08-06T23:59:05+10:00","message":"Approved","response_code":"00","reference":"ref_12345_730288","refunded_amount":0,"balance_available_for_capture":0,"order":"071-PPO-9RTUTZIBA391BSDD"}],"captures":[],"refunds":[],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}},{"id":"071-PPO-AQT7Z9AXY48KUSQA","reference":"d71cb7a9-ff8b-4206-9800-91c01eb2dfba","amount":1100,"decimal_amount":11.0,"successful":true,"message":"Approved","currency":"AUD","transaction_id":"071-PPO-AQT7Z9AXY48KUSQA","transaction_date":"2020-08-07T09:51:21+10:00","intent":"CAPTURE","paypal_reference":"d71cb7a9-ff8b-4206-9800-91c01eb2dfba","invoice_id":"d71cb7a9-ff8b-4206-9800-91c01eb2dfba","billing_agreement_id":"071-PBA-PYG1L6M4CV4DYHTZ","status":"COMPLETED","payment_source":"BILLING_AGREEMENT","authorized_amount":0.0,"captured_amount":11.0,"refunded_amount":0.0,"authorizations":[],"captures":[{"id":"071-PPC-XNH6TBLSBKY36TXA","amount":1100,"decimal_amount":11.0,"captured_amount":1100,"successful":true,"message":"Approved","reference":"d71cb7a9-ff8b-4206-9800-91c01eb2dfba","captured":true,"currency":"AUD","transaction_id":"071-PPC-XNH6TBLSBKY36TXA","transaction_date":"2020-08-07T09:51:21+10:00","response_code":"00","invoice_id":"d71cb7a9-ff8b-4206-9800-91c01eb2dfba","paypal_fee":56,"seller_receivable_net_amount":1044,"note_to_payer":"Sporting
|
52
|
+
Goods","is_final_capture":true,"refunded_amount":0,"balance_available_for_refund":1100,"order":"071-PPO-AQT7Z9AXY48KUSQA"}],"refunds":[],"payer":{"id":"CV5LBGRHGTXHY","email":"sb-qxxvi1315481@personal.example.com","address":{"country_code":"AU"}},"payee":{"id":"GE53HS375QX4J","email":"test-seller@example.com"}}],"errors":[],"test":true,"records":7,"total_records":7,"page":1,"total_pages":1}'
|
53
|
+
http_version:
|
54
|
+
recorded_at: Fri, 07 Aug 2020 00:03:08 GMT
|
55
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,47 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/refunds/071-PPR-SRR9FP7ZKXT9IXU3?test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- 81ed057ef02e3ab46dab74f50b58e581
|
37
|
+
X-Runtime:
|
38
|
+
- '0.060300'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":{"id":"071-PPR-SRR9FP7ZKXT9IXU3","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-SRR9FP7ZKXT9IXU3","currency":"AUD","successful":true,"transaction_date":"2020-08-06T23:26:56+10:00","response_code":"00","standalone":false,"note_to_payer":"test
|
44
|
+
note","invoice_id":"071-PPR-SRR9FP7ZKXT9IXU3","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":11900,"capture":"071-PPC-TUOHT8YJHBY7SBJU","order":"071-PPO-U7RRMGM3OY3V2ZMN"},"errors":[],"test":true}'
|
45
|
+
http_version:
|
46
|
+
recorded_at: Fri, 07 Aug 2020 00:03:14 GMT
|
47
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,50 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0//paypal/refunds?from=2020/08/05&limit=10&offset=0&test=true
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- application/json
|
14
|
+
User-Agent:
|
15
|
+
- Ruby
|
16
|
+
Host:
|
17
|
+
- gateway.sandbox.fatzebra.com.au
|
18
|
+
Authorization:
|
19
|
+
- Basic VEVTVDpURVNU
|
20
|
+
Content-Type:
|
21
|
+
- application/json
|
22
|
+
response:
|
23
|
+
status:
|
24
|
+
code: 200
|
25
|
+
message: OK
|
26
|
+
headers:
|
27
|
+
Cache-Control:
|
28
|
+
- no-store
|
29
|
+
Pragma:
|
30
|
+
- no-cache
|
31
|
+
Content-Type:
|
32
|
+
- application/json; charset=utf-8
|
33
|
+
X-Request-Version:
|
34
|
+
- 1.21.8
|
35
|
+
X-Request-Id:
|
36
|
+
- f9e0e746bb7c4611132605c0fefbd352
|
37
|
+
X-Runtime:
|
38
|
+
- '0.086558'
|
39
|
+
Transfer-Encoding:
|
40
|
+
- chunked
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '{"successful":true,"response":[{"id":"071-PPR-SRR9FP7ZKXT9IXU3","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-SRR9FP7ZKXT9IXU3","currency":"AUD","successful":true,"transaction_date":"2020-08-06T23:26:56+10:00","response_code":"00","standalone":false,"note_to_payer":"test
|
44
|
+
note","invoice_id":"071-PPR-SRR9FP7ZKXT9IXU3","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":11900,"capture":"071-PPC-TUOHT8YJHBY7SBJU","order":"071-PPO-U7RRMGM3OY3V2ZMN"},{"id":"071-PPR-10HDHDI4QRHVDOGV","amount":10900,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-10HDHDI4QRHVDOGV","currency":"AUD","successful":true,"transaction_date":"2020-08-05T16:54:15+10:00","response_code":"00","standalone":false,"invoice_id":"071-PPR-10HDHDI4QRHVDOGV","decimal_amount":109.0,"paypal_fee":262,"seller_payable_net_amount":10638,"balance_available_for_refund":0,"capture":"071-PPC-JUNNKEGCHIOL1CFR","order":"071-PPO-RXFR2E6ILCIE6HKI"},{"id":"071-PPR-7BIDZCFHPCCBUSJH","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-7BIDZCFHPCCBUSJH","currency":"AUD","successful":true,"transaction_date":"2020-08-05T11:24:24+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
45
|
+
the rest","invoice_id":"071-PPR-7BIDZCFHPCCBUSJH","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":0,"capture":"071-PPC-JUNNKEGCHIOL1CFR","order":"071-PPO-RXFR2E6ILCIE6HKI"},{"id":"071-PPR-WXEAYHCGZY7DJYZ2","amount":1000,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-WXEAYHCGZY7DJYZ2","currency":"AUD","successful":true,"transaction_date":"2020-08-05T10:46:21+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
46
|
+
the rest","invoice_id":"071-PPR-WXEAYHCGZY7DJYZ2","decimal_amount":10.0,"paypal_fee":24,"seller_payable_net_amount":976,"balance_available_for_refund":0,"capture":"071-PPC-RBJV9SSA7PWXVXFB","order":"071-PPO-5ICGTHBIMG9T7D4I"},{"id":"071-PPR-6FOW2YDJYBPSDBNB","amount":100,"refunded":"Approved","message":"Approved","transaction_id":"071-PPR-6FOW2YDJYBPSDBNB","currency":"AUD","successful":true,"transaction_date":"2020-08-05T10:40:07+10:00","response_code":"00","standalone":false,"note_to_payer":"refund
|
47
|
+
billing agreement","invoice_id":"071-PPR-6FOW2YDJYBPSDBNB","decimal_amount":1.0,"paypal_fee":2,"seller_payable_net_amount":98,"balance_available_for_refund":0,"capture":"071-PPC-RBJV9SSA7PWXVXFB","order":"071-PPO-5ICGTHBIMG9T7D4I"}],"errors":[],"test":true,"records":5,"total_records":5,"page":1,"total_pages":1}'
|
48
|
+
http_version:
|
49
|
+
recorded_at: Fri, 07 Aug 2020 00:03:14 GMT
|
50
|
+
recorded_with: VCR 3.0.3
|
@@ -5,7 +5,7 @@ http_interactions:
|
|
5
5
|
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases
|
6
6
|
body:
|
7
7
|
encoding: UTF-8
|
8
|
-
string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"
|
8
|
+
string: '{"amount":10000,"card_holder":"Matthew Savage","card_number":"5123456789012346","card_expiry":"02/2030","cvv":123,"reference":"4a395a60de25bccd8ee9f884178b2e4f","customer_ip":"1.2.3.4","capture":false,"currency":"AUD","test":true}'
|
9
9
|
headers:
|
10
10
|
Accept-Encoding:
|
11
11
|
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
message: OK
|
24
24
|
headers:
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Tue, 08 May 2018 11:07:31 GMT
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Transfer-Encoding:
|
@@ -32,29 +32,33 @@ http_interactions:
|
|
32
32
|
- keep-alive
|
33
33
|
Status:
|
34
34
|
- 200 OK
|
35
|
-
X-Rack-Cache:
|
36
|
-
- invalidate, pass
|
37
35
|
Cache-Control:
|
38
36
|
- no-store
|
39
37
|
X-Request-Version:
|
40
|
-
- 1.16.9-
|
41
|
-
X-Runtime:
|
42
|
-
- '0.529090'
|
38
|
+
- 1.16.9-3186@7b619da
|
43
39
|
Pragma:
|
44
40
|
- no-cache
|
41
|
+
X-Xss-Protection:
|
42
|
+
- 1; mode=block
|
45
43
|
X-Request-Id:
|
46
|
-
-
|
44
|
+
- 27efad845a3e26a69c2ec666
|
45
|
+
X-Runtime:
|
46
|
+
- '0.553949'
|
47
|
+
X-Frame-Options:
|
48
|
+
- SAMEORIGIN
|
49
|
+
X-Content-Type-Options:
|
50
|
+
- nosniff
|
47
51
|
X-Backend:
|
48
52
|
- sbox-priv-gateway-a
|
49
53
|
body:
|
50
54
|
encoding: UTF-8
|
51
|
-
string: '{"successful":true,"response":{"authorization":"
|
52
|
-
Savage","card_expiry":"2030-02-28","card_token":"
|
55
|
+
string: '{"successful":true,"response":{"authorization":"513689","id":"071-P-OLIA44E1","card_number":"512345XXXXXX2346","card_holder":"Matthew
|
56
|
+
Savage","card_expiry":"2030-02-28","card_token":"fke8drvv","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"4a395a60de25bccd8ee9f884178b2e4f","currency":"AUD","transaction_id":"071-P-OLIA44E1","settlement_date":null,"transaction_date":"2018-05-08T21:07:31.073+10:00","response_code":"00","captured":false,"captured_amount":0,"rrn":"071POLIA44E1","cvv_match":"M","metadata":{},"addendum_data":{}},"errors":[],"test":true}'
|
53
57
|
http_version:
|
54
|
-
recorded_at:
|
58
|
+
recorded_at: Tue, 08 May 2018 11:07:31 GMT
|
55
59
|
- request:
|
56
60
|
method: post
|
57
|
-
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/071-P-
|
61
|
+
uri: https://gateway.sandbox.fatzebra.com.au/v1.0/purchases/071-P-OLIA44E1/capture
|
58
62
|
body:
|
59
63
|
encoding: UTF-8
|
60
64
|
string: '{"amount":10000,"test":true}'
|
@@ -75,7 +79,7 @@ http_interactions:
|
|
75
79
|
message: OK
|
76
80
|
headers:
|
77
81
|
Date:
|
78
|
-
-
|
82
|
+
- Tue, 08 May 2018 11:07:31 GMT
|
79
83
|
Content-Type:
|
80
84
|
- application/json; charset=utf-8
|
81
85
|
Transfer-Encoding:
|
@@ -84,24 +88,28 @@ http_interactions:
|
|
84
88
|
- keep-alive
|
85
89
|
Status:
|
86
90
|
- 200 OK
|
87
|
-
X-Rack-Cache:
|
88
|
-
- invalidate, pass
|
89
91
|
Cache-Control:
|
90
92
|
- no-store
|
91
93
|
X-Request-Version:
|
92
|
-
- 1.16.9-
|
93
|
-
X-Runtime:
|
94
|
-
- '0.084700'
|
94
|
+
- 1.16.9-3186@7b619da
|
95
95
|
Pragma:
|
96
96
|
- no-cache
|
97
|
+
X-Xss-Protection:
|
98
|
+
- 1; mode=block
|
97
99
|
X-Request-Id:
|
98
|
-
-
|
100
|
+
- fb53c099ca52835396a29bdb
|
101
|
+
X-Runtime:
|
102
|
+
- '0.076073'
|
103
|
+
X-Frame-Options:
|
104
|
+
- SAMEORIGIN
|
105
|
+
X-Content-Type-Options:
|
106
|
+
- nosniff
|
99
107
|
X-Backend:
|
100
108
|
- sbox-priv-gateway-a
|
101
109
|
body:
|
102
110
|
encoding: UTF-8
|
103
|
-
string: '{"successful":true,"response":{"authorization":"
|
104
|
-
Savage","card_expiry":"2030-02-28","card_token":"
|
111
|
+
string: '{"successful":true,"response":{"authorization":"513689","id":"071-P-OLIA44E1","card_number":"512345XXXXXX2346","card_holder":"Matthew
|
112
|
+
Savage","card_expiry":"2030-02-28","card_token":"fke8drvv","card_type":"MasterCard","card_category":"Credit","card_subcategory":"Standard","amount":10000,"decimal_amount":100.0,"successful":true,"message":"Approved","reference":"4a395a60de25bccd8ee9f884178b2e4f","currency":"AUD","transaction_id":"071-P-OLIA44E1","settlement_date":"2018-05-08","transaction_date":"2018-05-08T21:07:31.073+10:00","response_code":"00","captured":true,"captured_amount":10000,"rrn":"81fd7f767352","cvv_match":"M","metadata":{},"addendum_data":{}},"errors":[],"test":true}'
|
105
113
|
http_version:
|
106
|
-
recorded_at:
|
114
|
+
recorded_at: Tue, 08 May 2018 11:07:31 GMT
|
107
115
|
recorded_with: VCR 3.0.3
|