first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"available": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
},
|
||||
"source_types": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"card": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"pending": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
},
|
||||
"source_types": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"card": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"refund_and_dispute_prefunding": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"available": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pending": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 2
|
||||
}
|
||||
@@ -0,0 +1,326 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"amount_captured": {
|
||||
"type": "integer"
|
||||
},
|
||||
"amount_refunded": {
|
||||
"type": "integer"
|
||||
},
|
||||
"application_fee": {
|
||||
"type": "null"
|
||||
},
|
||||
"application_fee_amount": {
|
||||
"type": "null"
|
||||
},
|
||||
"captured": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
},
|
||||
"destination": {
|
||||
"type": "null"
|
||||
},
|
||||
"dispute": {
|
||||
"type": "null"
|
||||
},
|
||||
"disputed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"failure_balance_transaction": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"date_due": {
|
||||
"type": "string"
|
||||
},
|
||||
"erp_provider_dimension_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"period_end": {
|
||||
"type": "string"
|
||||
},
|
||||
"period_start": {
|
||||
"type": "string"
|
||||
},
|
||||
"reservation_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"on_behalf_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"order": {
|
||||
"type": "null"
|
||||
},
|
||||
"outcome": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"network_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"risk_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"risk_score": {
|
||||
"type": "integer"
|
||||
},
|
||||
"seller_message": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paid": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"payment_intent": {
|
||||
"type": "string"
|
||||
},
|
||||
"payment_method": {
|
||||
"type": "string"
|
||||
},
|
||||
"payment_method_details": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"card": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"brand": {
|
||||
"type": "string"
|
||||
},
|
||||
"capture_before": {
|
||||
"type": "integer"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"exp_month": {
|
||||
"type": "integer"
|
||||
},
|
||||
"exp_year": {
|
||||
"type": "integer"
|
||||
},
|
||||
"extended_authorization": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fingerprint": {
|
||||
"type": "string"
|
||||
},
|
||||
"funding": {
|
||||
"type": "string"
|
||||
},
|
||||
"incremental_authorization": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installments": {
|
||||
"type": "null"
|
||||
},
|
||||
"last4": {
|
||||
"type": "string"
|
||||
},
|
||||
"mandate": {
|
||||
"type": "null"
|
||||
},
|
||||
"multicapture": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"type": "string"
|
||||
},
|
||||
"network_token": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"used": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"network_transaction_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"overcapture": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"maximum_amount_capturable": {
|
||||
"type": "integer"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"regulated_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"three_d_secure": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"refunded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"refunds": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"balance_transaction": {
|
||||
"type": "string"
|
||||
},
|
||||
"charge": {
|
||||
"type": "string"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
},
|
||||
"destination_details": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"card": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"reference_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"reference_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"payment_intent": {
|
||||
"type": "string"
|
||||
},
|
||||
"reason": {
|
||||
"type": "null"
|
||||
},
|
||||
"source_transfer_reversal": {
|
||||
"type": "null"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"transfer_reversal": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"has_more": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"total_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"review": {
|
||||
"type": "null"
|
||||
},
|
||||
"shipping": {
|
||||
"type": "null"
|
||||
},
|
||||
"source": {
|
||||
"type": "null"
|
||||
},
|
||||
"source_transfer": {
|
||||
"type": "null"
|
||||
},
|
||||
"statement_descriptor": {
|
||||
"type": "null"
|
||||
},
|
||||
"statement_descriptor_suffix": {
|
||||
"type": "null"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"transfer_data": {
|
||||
"type": "null"
|
||||
},
|
||||
"transfer_group": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"amount": {
|
||||
"type": "integer"
|
||||
},
|
||||
"amount_captured": {
|
||||
"type": "integer"
|
||||
},
|
||||
"amount_refunded": {
|
||||
"type": "integer"
|
||||
},
|
||||
"application_fee": {
|
||||
"type": "null"
|
||||
},
|
||||
"captured": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "string"
|
||||
},
|
||||
"destination": {
|
||||
"type": "null"
|
||||
},
|
||||
"dispute": {
|
||||
"type": "null"
|
||||
},
|
||||
"disputed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"failure_balance_transaction": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"on_behalf_of": {
|
||||
"type": "null"
|
||||
},
|
||||
"order": {
|
||||
"type": "null"
|
||||
},
|
||||
"outcome": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"network_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"risk_level": {
|
||||
"type": "string"
|
||||
},
|
||||
"seller_message": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"paid": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"payment_method_details": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"card": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"brand": {
|
||||
"type": "string"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"exp_month": {
|
||||
"type": "integer"
|
||||
},
|
||||
"exp_year": {
|
||||
"type": "integer"
|
||||
},
|
||||
"extended_authorization": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fingerprint": {
|
||||
"type": "string"
|
||||
},
|
||||
"funding": {
|
||||
"type": "string"
|
||||
},
|
||||
"incremental_authorization": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"installments": {
|
||||
"type": "null"
|
||||
},
|
||||
"last4": {
|
||||
"type": "string"
|
||||
},
|
||||
"mandate": {
|
||||
"type": "null"
|
||||
},
|
||||
"multicapture": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"type": "string"
|
||||
},
|
||||
"network_token": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"used": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"overcapture": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"maximum_amount_capturable": {
|
||||
"type": "integer"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"regulated_status": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"refunded": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"refunds": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"has_more": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"total_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"review": {
|
||||
"type": "null"
|
||||
},
|
||||
"source_transfer": {
|
||||
"type": "null"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"transfer_data": {
|
||||
"type": "null"
|
||||
},
|
||||
"transfer_group": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"currency": {
|
||||
"type": "null"
|
||||
},
|
||||
"default_source": {
|
||||
"type": "null"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"discount": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"default_payment_method": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"next_invoice_sequence": {
|
||||
"type": "integer"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"footer": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"balance": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created": {
|
||||
"type": "integer"
|
||||
},
|
||||
"delinquent": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"discount": {
|
||||
"type": "null"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_prefix": {
|
||||
"type": "string"
|
||||
},
|
||||
"invoice_settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"custom_fields": {
|
||||
"type": "null"
|
||||
},
|
||||
"footer": {
|
||||
"type": "null"
|
||||
},
|
||||
"rendering_options": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"livemode": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"Telefone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_invoice_sequence": {
|
||||
"type": "integer"
|
||||
},
|
||||
"object": {
|
||||
"type": "string"
|
||||
},
|
||||
"preferred_locales": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"tax_exempt": {
|
||||
"type": "string"
|
||||
},
|
||||
"test_clock": {
|
||||
"type": "null"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user