transferzero-sdk 1.0.0
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 +7 -0
- data/Gemfile +9 -0
- data/LICENSE +7 -0
- data/README.md +286 -0
- data/Rakefile +10 -0
- data/docs/APILogsApi.md +141 -0
- data/docs/Account.md +19 -0
- data/docs/AccountDebitsApi.md +199 -0
- data/docs/AccountListResponse.md +19 -0
- data/docs/AccountMeta.md +17 -0
- data/docs/AccountResponse.md +19 -0
- data/docs/AccountValidationApi.md +70 -0
- data/docs/AccountValidationError.md +17 -0
- data/docs/AccountValidationRequest.md +25 -0
- data/docs/AccountValidationResponse.md +19 -0
- data/docs/AccountValidationResult.md +17 -0
- data/docs/AccountsApi.md +128 -0
- data/docs/ApiLog.md +33 -0
- data/docs/ApiLogListResponse.md +19 -0
- data/docs/ApiLogResponse.md +17 -0
- data/docs/Currency.md +35 -0
- data/docs/CurrencyExchange.md +37 -0
- data/docs/CurrencyExchangeListResponse.md +17 -0
- data/docs/CurrencyInfoApi.md +182 -0
- data/docs/CurrencyListResponse.md +17 -0
- data/docs/CurrencyOpposite.md +37 -0
- data/docs/Debit.md +35 -0
- data/docs/DebitListRequest.md +17 -0
- data/docs/DebitListResponse.md +19 -0
- data/docs/DebitRequest.md +17 -0
- data/docs/DebitRequestWrapper.md +17 -0
- data/docs/DebitResponse.md +17 -0
- data/docs/Document.md +35 -0
- data/docs/DocumentListResponse.md +19 -0
- data/docs/DocumentRequest.md +17 -0
- data/docs/DocumentResponse.md +17 -0
- data/docs/DocumentWebhook.md +21 -0
- data/docs/DocumentsApi.md +199 -0
- data/docs/ErrorStatus.md +19 -0
- data/docs/FieldDescription.md +19 -0
- data/docs/FieldSelectValidation.md +19 -0
- data/docs/FieldValidation.md +21 -0
- data/docs/LogsApi.md +141 -0
- data/docs/Pagination.md +25 -0
- data/docs/PaginationMeta.md +17 -0
- data/docs/PayinMethod.md +25 -0
- data/docs/PayinMethodDetails.md +21 -0
- data/docs/PayinMethodDetailsMobile.md +19 -0
- data/docs/PayinMethodDetailsNGNBank.md +17 -0
- data/docs/PayinMethodRequest.md +17 -0
- data/docs/PaymentMethod.md +27 -0
- data/docs/PaymentMethodListResponse.md +17 -0
- data/docs/PaymentMethodOpposite.md +29 -0
- data/docs/PaymentMethodsApi.md +124 -0
- data/docs/PayoutMethod.md +27 -0
- data/docs/PayoutMethodBankAccountTypeEnum.md +16 -0
- data/docs/PayoutMethodDetails.md +53 -0
- data/docs/PayoutMethodDetailsBalance.md +17 -0
- data/docs/PayoutMethodDetailsGHSBank.md +23 -0
- data/docs/PayoutMethodDetailsIBAN.md +25 -0
- data/docs/PayoutMethodDetailsMADCash.md +37 -0
- data/docs/PayoutMethodDetailsMobile.md +21 -0
- data/docs/PayoutMethodDetailsNGNBank.md +25 -0
- data/docs/PayoutMethodDetailsXOFMobile.md +23 -0
- data/docs/PayoutMethodGenderEnum.md +16 -0
- data/docs/PayoutMethodIdentityCardTypeEnum.md +16 -0
- data/docs/PayoutMethodListResponse.md +19 -0
- data/docs/PayoutMethodMobileProviderEnum.md +16 -0
- data/docs/PayoutMethodRequest.md +17 -0
- data/docs/PayoutMethodResponse.md +17 -0
- data/docs/PayoutMethodWebhook.md +21 -0
- data/docs/PayoutMethodsApi.md +334 -0
- data/docs/Recipient.md +55 -0
- data/docs/RecipientListResponse.md +19 -0
- data/docs/RecipientRequest.md +17 -0
- data/docs/RecipientResponse.md +17 -0
- data/docs/RecipientState.md +16 -0
- data/docs/RecipientWebhook.md +21 -0
- data/docs/RecipientsApi.md +212 -0
- data/docs/Sender.md +67 -0
- data/docs/SenderListResponse.md +19 -0
- data/docs/SenderRequest.md +17 -0
- data/docs/SenderResponse.md +19 -0
- data/docs/SenderResponseExisting.md +17 -0
- data/docs/SenderResponseMeta.md +17 -0
- data/docs/SenderState.md +16 -0
- data/docs/SenderWebhook.md +21 -0
- data/docs/SendersApi.md +330 -0
- data/docs/Transaction.md +47 -0
- data/docs/TransactionListResponse.md +19 -0
- data/docs/TransactionRequest.md +17 -0
- data/docs/TransactionResponse.md +19 -0
- data/docs/TransactionResponseExisting.md +19 -0
- data/docs/TransactionResponseMeta.md +17 -0
- data/docs/TransactionState.md +16 -0
- data/docs/TransactionTraits.md +19 -0
- data/docs/TransactionWebhook.md +21 -0
- data/docs/TransactionsApi.md +450 -0
- data/docs/ValidationErrorDescription.md +17 -0
- data/docs/Webhook.md +21 -0
- data/docs/WebhookDefinition.md +25 -0
- data/docs/WebhookDefinitionEventListResponse.md +17 -0
- data/docs/WebhookDefinitionListResponse.md +19 -0
- data/docs/WebhookDefinitionRequest.md +17 -0
- data/docs/WebhookDefinitionResponse.md +17 -0
- data/docs/WebhookLog.md +27 -0
- data/docs/WebhookLogListResponse.md +19 -0
- data/docs/WebhookLogMetadata.md +35 -0
- data/docs/WebhookLogMetadataRequest.md +21 -0
- data/docs/WebhookLogMetadataResponse.md +21 -0
- data/docs/WebhookLogResponse.md +17 -0
- data/docs/WebhooksApi.md +319 -0
- data/example/client.rb +473 -0
- data/git_push.sh +55 -0
- data/lib/transferzero-sdk.rb +146 -0
- data/lib/transferzero-sdk/api/account_debits_api.rb +187 -0
- data/lib/transferzero-sdk/api/account_validation_api.rb +79 -0
- data/lib/transferzero-sdk/api/accounts_api.rb +135 -0
- data/lib/transferzero-sdk/api/api_logs_api.rb +137 -0
- data/lib/transferzero-sdk/api/currency_info_api.rb +167 -0
- data/lib/transferzero-sdk/api/documents_api.rb +197 -0
- data/lib/transferzero-sdk/api/logs_api.rb +137 -0
- data/lib/transferzero-sdk/api/payment_methods_api.rb +119 -0
- data/lib/transferzero-sdk/api/payout_methods_api.rb +321 -0
- data/lib/transferzero-sdk/api/recipients_api.rb +221 -0
- data/lib/transferzero-sdk/api/senders_api.rb +322 -0
- data/lib/transferzero-sdk/api/transactions_api.rb +428 -0
- data/lib/transferzero-sdk/api/webhooks_api.rb +299 -0
- data/lib/transferzero-sdk/api_client.rb +455 -0
- data/lib/transferzero-sdk/api_error.rb +61 -0
- data/lib/transferzero-sdk/configuration.rb +166 -0
- data/lib/transferzero-sdk/models/account.rb +212 -0
- data/lib/transferzero-sdk/models/account_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/account_meta.rb +202 -0
- data/lib/transferzero-sdk/models/account_response.rb +210 -0
- data/lib/transferzero-sdk/models/account_validation_error.rb +202 -0
- data/lib/transferzero-sdk/models/account_validation_request.rb +325 -0
- data/lib/transferzero-sdk/models/account_validation_response.rb +210 -0
- data/lib/transferzero-sdk/models/account_validation_result.rb +202 -0
- data/lib/transferzero-sdk/models/api_log.rb +287 -0
- data/lib/transferzero-sdk/models/api_log_list_response.rb +213 -0
- data/lib/transferzero-sdk/models/api_log_response.rb +201 -0
- data/lib/transferzero-sdk/models/currency.rb +292 -0
- data/lib/transferzero-sdk/models/currency_exchange.rb +311 -0
- data/lib/transferzero-sdk/models/currency_exchange_list_response.rb +204 -0
- data/lib/transferzero-sdk/models/currency_list_response.rb +204 -0
- data/lib/transferzero-sdk/models/currency_opposite.rb +309 -0
- data/lib/transferzero-sdk/models/debit.rb +309 -0
- data/lib/transferzero-sdk/models/debit_list_request.rb +203 -0
- data/lib/transferzero-sdk/models/debit_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/debit_request.rb +201 -0
- data/lib/transferzero-sdk/models/debit_request_wrapper.rb +227 -0
- data/lib/transferzero-sdk/models/debit_response.rb +201 -0
- data/lib/transferzero-sdk/models/document.rb +335 -0
- data/lib/transferzero-sdk/models/document_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/document_request.rb +201 -0
- data/lib/transferzero-sdk/models/document_response.rb +201 -0
- data/lib/transferzero-sdk/models/document_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/error_status.rb +210 -0
- data/lib/transferzero-sdk/models/field_description.rb +245 -0
- data/lib/transferzero-sdk/models/field_select_validation.rb +212 -0
- data/lib/transferzero-sdk/models/field_validation.rb +221 -0
- data/lib/transferzero-sdk/models/pagination.rb +242 -0
- data/lib/transferzero-sdk/models/pagination_meta.rb +201 -0
- data/lib/transferzero-sdk/models/payin_method.rb +242 -0
- data/lib/transferzero-sdk/models/payin_method_details.rb +257 -0
- data/lib/transferzero-sdk/models/payin_method_details_mobile.rb +218 -0
- data/lib/transferzero-sdk/models/payin_method_details_ngn_bank.rb +208 -0
- data/lib/transferzero-sdk/models/payin_method_request.rb +201 -0
- data/lib/transferzero-sdk/models/payment_method.rb +257 -0
- data/lib/transferzero-sdk/models/payment_method_list_response.rb +203 -0
- data/lib/transferzero-sdk/models/payment_method_opposite.rb +275 -0
- data/lib/transferzero-sdk/models/payout_method.rb +255 -0
- data/lib/transferzero-sdk/models/payout_method_bank_account_type_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_details.rb +462 -0
- data/lib/transferzero-sdk/models/payout_method_details_balance.rb +202 -0
- data/lib/transferzero-sdk/models/payout_method_details_ghs_bank.rb +249 -0
- data/lib/transferzero-sdk/models/payout_method_details_iban.rb +258 -0
- data/lib/transferzero-sdk/models/payout_method_details_mad_cash.rb +332 -0
- data/lib/transferzero-sdk/models/payout_method_details_mobile.rb +235 -0
- data/lib/transferzero-sdk/models/payout_method_details_ngn_bank.rb +263 -0
- data/lib/transferzero-sdk/models/payout_method_details_xof_mobile.rb +249 -0
- data/lib/transferzero-sdk/models/payout_method_gender_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_identity_card_type_enum.rb +37 -0
- data/lib/transferzero-sdk/models/payout_method_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/payout_method_mobile_provider_enum.rb +36 -0
- data/lib/transferzero-sdk/models/payout_method_request.rb +201 -0
- data/lib/transferzero-sdk/models/payout_method_response.rb +201 -0
- data/lib/transferzero-sdk/models/payout_method_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/recipient.rb +406 -0
- data/lib/transferzero-sdk/models/recipient_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/recipient_request.rb +201 -0
- data/lib/transferzero-sdk/models/recipient_response.rb +201 -0
- data/lib/transferzero-sdk/models/recipient_state.rb +44 -0
- data/lib/transferzero-sdk/models/recipient_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/sender.rb +529 -0
- data/lib/transferzero-sdk/models/sender_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/sender_request.rb +201 -0
- data/lib/transferzero-sdk/models/sender_response.rb +210 -0
- data/lib/transferzero-sdk/models/sender_response_existing.rb +201 -0
- data/lib/transferzero-sdk/models/sender_response_meta.rb +201 -0
- data/lib/transferzero-sdk/models/sender_state.rb +40 -0
- data/lib/transferzero-sdk/models/sender_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/transaction.rb +370 -0
- data/lib/transferzero-sdk/models/transaction_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/transaction_request.rb +201 -0
- data/lib/transferzero-sdk/models/transaction_response.rb +210 -0
- data/lib/transferzero-sdk/models/transaction_response_existing.rb +210 -0
- data/lib/transferzero-sdk/models/transaction_response_meta.rb +201 -0
- data/lib/transferzero-sdk/models/transaction_state.rb +44 -0
- data/lib/transferzero-sdk/models/transaction_traits.rb +213 -0
- data/lib/transferzero-sdk/models/transaction_webhook.rb +243 -0
- data/lib/transferzero-sdk/models/validation_error_description.rb +203 -0
- data/lib/transferzero-sdk/models/webhook.rb +238 -0
- data/lib/transferzero-sdk/models/webhook_definition.rb +256 -0
- data/lib/transferzero-sdk/models/webhook_definition_event_list_response.rb +203 -0
- data/lib/transferzero-sdk/models/webhook_definition_list_response.rb +212 -0
- data/lib/transferzero-sdk/models/webhook_definition_request.rb +201 -0
- data/lib/transferzero-sdk/models/webhook_definition_response.rb +201 -0
- data/lib/transferzero-sdk/models/webhook_log.rb +249 -0
- data/lib/transferzero-sdk/models/webhook_log_list_response.rb +213 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata.rb +289 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata_request.rb +224 -0
- data/lib/transferzero-sdk/models/webhook_log_metadata_response.rb +225 -0
- data/lib/transferzero-sdk/models/webhook_log_response.rb +201 -0
- data/lib/transferzero-sdk/version.rb +15 -0
- data/spec/api/account_debits_api_spec.rb +72 -0
- data/spec/api/account_validation_api_spec.rb +47 -0
- data/spec/api/accounts_api_spec.rb +58 -0
- data/spec/api/api_logs_api_spec.rb +62 -0
- data/spec/api/currency_info_api_spec.rb +68 -0
- data/spec/api/documents_api_spec.rb +72 -0
- data/spec/api/logs_api_spec.rb +62 -0
- data/spec/api/payment_methods_api_spec.rb +57 -0
- data/spec/api/payout_methods_api_spec.rb +102 -0
- data/spec/api/recipients_api_spec.rb +79 -0
- data/spec/api/senders_api_spec.rb +100 -0
- data/spec/api/transactions_api_spec.rb +122 -0
- data/spec/api/webhooks_api_spec.rb +95 -0
- data/spec/api_client_spec.rb +189 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/account_list_response_spec.rb +47 -0
- data/spec/models/account_meta_spec.rb +41 -0
- data/spec/models/account_response_spec.rb +47 -0
- data/spec/models/account_spec.rb +47 -0
- data/spec/models/account_validation_error_spec.rb +41 -0
- data/spec/models/account_validation_request_spec.rb +77 -0
- data/spec/models/account_validation_response_spec.rb +47 -0
- data/spec/models/account_validation_result_spec.rb +41 -0
- data/spec/models/api_log_list_response_spec.rb +47 -0
- data/spec/models/api_log_response_spec.rb +41 -0
- data/spec/models/api_log_spec.rb +89 -0
- data/spec/models/currency_exchange_list_response_spec.rb +41 -0
- data/spec/models/currency_exchange_spec.rb +101 -0
- data/spec/models/currency_list_response_spec.rb +41 -0
- data/spec/models/currency_opposite_spec.rb +101 -0
- data/spec/models/currency_spec.rb +95 -0
- data/spec/models/debit_list_request_spec.rb +41 -0
- data/spec/models/debit_list_response_spec.rb +47 -0
- data/spec/models/debit_request_spec.rb +41 -0
- data/spec/models/debit_request_wrapper_spec.rb +41 -0
- data/spec/models/debit_response_spec.rb +41 -0
- data/spec/models/debit_spec.rb +95 -0
- data/spec/models/document_list_response_spec.rb +47 -0
- data/spec/models/document_request_spec.rb +41 -0
- data/spec/models/document_response_spec.rb +41 -0
- data/spec/models/document_spec.rb +99 -0
- data/spec/models/document_webhook_spec.rb +53 -0
- data/spec/models/error_status_spec.rb +47 -0
- data/spec/models/field_description_spec.rb +51 -0
- data/spec/models/field_select_validation_spec.rb +47 -0
- data/spec/models/field_validation_spec.rb +53 -0
- data/spec/models/pagination_meta_spec.rb +41 -0
- data/spec/models/pagination_spec.rb +65 -0
- data/spec/models/payin_method_details_mobile_spec.rb +47 -0
- data/spec/models/payin_method_details_ngn_bank_spec.rb +41 -0
- data/spec/models/payin_method_details_spec.rb +53 -0
- data/spec/models/payin_method_request_spec.rb +41 -0
- data/spec/models/payin_method_spec.rb +65 -0
- data/spec/models/payment_method_list_response_spec.rb +41 -0
- data/spec/models/payment_method_opposite_spec.rb +77 -0
- data/spec/models/payment_method_spec.rb +71 -0
- data/spec/models/payout_method_bank_account_type_enum_spec.rb +35 -0
- data/spec/models/payout_method_details_balance_spec.rb +41 -0
- data/spec/models/payout_method_details_ghs_bank_spec.rb +59 -0
- data/spec/models/payout_method_details_iban_spec.rb +65 -0
- data/spec/models/payout_method_details_mad_cash_spec.rb +101 -0
- data/spec/models/payout_method_details_mobile_spec.rb +53 -0
- data/spec/models/payout_method_details_ngn_bank_spec.rb +65 -0
- data/spec/models/payout_method_details_spec.rb +149 -0
- data/spec/models/payout_method_details_xof_mobile_spec.rb +59 -0
- data/spec/models/payout_method_gender_enum_spec.rb +35 -0
- data/spec/models/payout_method_identity_card_type_enum_spec.rb +35 -0
- data/spec/models/payout_method_list_response_spec.rb +47 -0
- data/spec/models/payout_method_mobile_provider_enum_spec.rb +35 -0
- data/spec/models/payout_method_request_spec.rb +41 -0
- data/spec/models/payout_method_response_spec.rb +41 -0
- data/spec/models/payout_method_spec.rb +71 -0
- data/spec/models/payout_method_webhook_spec.rb +53 -0
- data/spec/models/recipient_list_response_spec.rb +47 -0
- data/spec/models/recipient_request_spec.rb +41 -0
- data/spec/models/recipient_response_spec.rb +41 -0
- data/spec/models/recipient_spec.rb +155 -0
- data/spec/models/recipient_state_spec.rb +35 -0
- data/spec/models/recipient_webhook_spec.rb +53 -0
- data/spec/models/sender_list_response_spec.rb +47 -0
- data/spec/models/sender_request_spec.rb +41 -0
- data/spec/models/sender_response_existing_spec.rb +41 -0
- data/spec/models/sender_response_meta_spec.rb +41 -0
- data/spec/models/sender_response_spec.rb +47 -0
- data/spec/models/sender_spec.rb +195 -0
- data/spec/models/sender_state_spec.rb +35 -0
- data/spec/models/sender_webhook_spec.rb +53 -0
- data/spec/models/transaction_list_response_spec.rb +47 -0
- data/spec/models/transaction_request_spec.rb +41 -0
- data/spec/models/transaction_response_existing_spec.rb +47 -0
- data/spec/models/transaction_response_meta_spec.rb +41 -0
- data/spec/models/transaction_response_spec.rb +47 -0
- data/spec/models/transaction_spec.rb +131 -0
- data/spec/models/transaction_state_spec.rb +35 -0
- data/spec/models/transaction_traits_spec.rb +47 -0
- data/spec/models/transaction_webhook_spec.rb +53 -0
- data/spec/models/validation_error_description_spec.rb +41 -0
- data/spec/models/webhook_definition_event_list_response_spec.rb +41 -0
- data/spec/models/webhook_definition_list_response_spec.rb +47 -0
- data/spec/models/webhook_definition_request_spec.rb +41 -0
- data/spec/models/webhook_definition_response_spec.rb +41 -0
- data/spec/models/webhook_definition_spec.rb +65 -0
- data/spec/models/webhook_log_list_response_spec.rb +47 -0
- data/spec/models/webhook_log_metadata_request_spec.rb +53 -0
- data/spec/models/webhook_log_metadata_response_spec.rb +53 -0
- data/spec/models/webhook_log_metadata_spec.rb +95 -0
- data/spec/models/webhook_log_response_spec.rb +41 -0
- data/spec/models/webhook_log_spec.rb +71 -0
- data/spec/models/webhook_spec.rb +53 -0
- data/spec/spec_helper.rb +111 -0
- data/transferzero-sdk.gemspec +46 -0
- metadata +684 -0
@@ -0,0 +1,19 @@
|
|
1
|
+
# TransferZero::TransactionListResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**object** | [**Array<Transaction>**](Transaction.md) | | [optional]
|
8
|
+
**meta** | [**PaginationMeta**](PaginationMeta.md) | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'TransferZero'
|
14
|
+
|
15
|
+
instance = TransferZero::TransactionListResponse.new(object: null,
|
16
|
+
meta: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# TransferZero::TransactionRequest
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**transaction** | [**Transaction**](Transaction.md) | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'TransferZero'
|
13
|
+
|
14
|
+
instance = TransferZero::TransactionRequest.new(transaction: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# TransferZero::TransactionResponse
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**object** | [**Transaction**](Transaction.md) | | [optional]
|
8
|
+
**meta** | [**TransactionResponseMeta**](TransactionResponseMeta.md) | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'TransferZero'
|
14
|
+
|
15
|
+
instance = TransferZero::TransactionResponse.new(object: null,
|
16
|
+
meta: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# TransferZero::TransactionResponseExisting
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**sender** | [**Sender**](Sender.md) | | [optional]
|
8
|
+
**transaction** | [**Transaction**](Transaction.md) | | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'TransferZero'
|
14
|
+
|
15
|
+
instance = TransferZero::TransactionResponseExisting.new(sender: null,
|
16
|
+
transaction: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# TransferZero::TransactionResponseMeta
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**existing** | [**TransactionResponseExisting**](TransactionResponseExisting.md) | | [optional]
|
8
|
+
|
9
|
+
## Code Sample
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'TransferZero'
|
13
|
+
|
14
|
+
instance = TransferZero::TransactionResponseMeta.new(existing: null)
|
15
|
+
```
|
16
|
+
|
17
|
+
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# TransferZero::TransactionState
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
|
8
|
+
## Code Sample
|
9
|
+
|
10
|
+
```ruby
|
11
|
+
require 'TransferZero'
|
12
|
+
|
13
|
+
instance = TransferZero::TransactionState.new()
|
14
|
+
```
|
15
|
+
|
16
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# TransferZero::TransactionTraits
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**auto_refund** | **Boolean** | Enables or disables the auto refund functionality. Please see [Auto cancellation and refund of transactions](https://github.com/transferzero/api-documentation/blob/master/additional-features.md#auto-cancellation-and-refund-of-transactions) for more details | [optional]
|
8
|
+
**account_validation** | **Boolean** | Enabled or disables the name validation functionality. Please see [Name validation in transactions](https://github.com/transferzero/api-documentation/blob/master/additional-features.md#name-validation-in-transactions) for more details | [optional]
|
9
|
+
|
10
|
+
## Code Sample
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'TransferZero'
|
14
|
+
|
15
|
+
instance = TransferZero::TransactionTraits.new(auto_refund: null,
|
16
|
+
account_validation: null)
|
17
|
+
```
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,21 @@
|
|
1
|
+
# TransferZero::TransactionWebhook
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**webhook** | **String** | The ID of the webhook that was used to send out this callback |
|
8
|
+
**event** | **String** | The event that triggered this webhook |
|
9
|
+
**object** | [**Transaction**](Transaction.md) | |
|
10
|
+
|
11
|
+
## Code Sample
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'TransferZero'
|
15
|
+
|
16
|
+
instance = TransferZero::TransactionWebhook.new(webhook: b2f574ff-7efe-4579-9f16-fcb9097e5ab6,
|
17
|
+
event: transaction.paid,
|
18
|
+
object: null)
|
19
|
+
```
|
20
|
+
|
21
|
+
|
@@ -0,0 +1,450 @@
|
|
1
|
+
# TransferZero::TransactionsApi
|
2
|
+
|
3
|
+
All URIs are relative to *https://api-sandbox.transferzero.com/v1*
|
4
|
+
|
5
|
+
Method | HTTP request | Description
|
6
|
+
------------- | ------------- | -------------
|
7
|
+
[**calculate_transactions**](TransactionsApi.md#calculate_transactions) | **POST** /transactions/calculate | Calculates transaction amounts for a transaction payload
|
8
|
+
[**get_transaction**](TransactionsApi.md#get_transaction) | **GET** /transactions/{Transaction ID} | Fetch a single transaction
|
9
|
+
[**get_transactions**](TransactionsApi.md#get_transactions) | **GET** /transactions | Get a list of transactions
|
10
|
+
[**payin_transaction**](TransactionsApi.md#payin_transaction) | **POST** /transactions/{Transaction ID}/payin | Creates a fake payin for transaction
|
11
|
+
[**payout_transaction**](TransactionsApi.md#payout_transaction) | **POST** /transactions/{Transaction ID}/payout | Creates a fake payout for transaction
|
12
|
+
[**post_transactions**](TransactionsApi.md#post_transactions) | **POST** /transactions | Creates a new transaction
|
13
|
+
[**validate_transactions**](TransactionsApi.md#validate_transactions) | **POST** /transactions/validate | Validates a transaction payload
|
14
|
+
|
15
|
+
|
16
|
+
# **calculate_transactions**
|
17
|
+
> TransactionResponse calculate_transactions(transaction_request)
|
18
|
+
|
19
|
+
Calculates transaction amounts for a transaction payload
|
20
|
+
|
21
|
+
Calculates the input, output and fee amounts for the recipients in a transaction payload
|
22
|
+
|
23
|
+
### Example
|
24
|
+
```ruby
|
25
|
+
# load the gem
|
26
|
+
require 'transferzero-sdk'
|
27
|
+
|
28
|
+
api_instance = TransferZero::TransactionsApi.new
|
29
|
+
|
30
|
+
|
31
|
+
begin
|
32
|
+
#Calculates transaction amounts for a transaction payload
|
33
|
+
result = api_instance.calculate_transactions(transaction_request)
|
34
|
+
p result
|
35
|
+
rescue TransferZero::ApiError => e
|
36
|
+
if e.validation_error
|
37
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
38
|
+
result = e.response_object("TransactionResponse")
|
39
|
+
p result
|
40
|
+
else
|
41
|
+
puts "Exception when calling TransactionsApi->calculate_transactions: #{e}"
|
42
|
+
end
|
43
|
+
end
|
44
|
+
```
|
45
|
+
|
46
|
+
### Parameters
|
47
|
+
|
48
|
+
Name | Type | Description | Notes
|
49
|
+
------------- | ------------- | ------------- | -------------
|
50
|
+
**transaction_request** | [**TransactionRequest**](TransactionRequest.md)| |
|
51
|
+
|
52
|
+
### Return type
|
53
|
+
|
54
|
+
[**TransactionResponse**](TransactionResponse.md)
|
55
|
+
|
56
|
+
### Authorization
|
57
|
+
|
58
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
59
|
+
|
60
|
+
```ruby
|
61
|
+
|
62
|
+
TransferZero.configure do |config|
|
63
|
+
config.api_key = '<key'
|
64
|
+
config.api_secret = '<secret>'
|
65
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
66
|
+
end
|
67
|
+
|
68
|
+
```
|
69
|
+
|
70
|
+
### HTTP request headers
|
71
|
+
|
72
|
+
- **Content-Type**: application/json
|
73
|
+
- **Accept**: application/json
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
# **get_transaction**
|
78
|
+
> TransactionResponse get_transaction(transaction_id)
|
79
|
+
|
80
|
+
Fetch a single transaction
|
81
|
+
|
82
|
+
Finds and returns a Transaction created by the requesting API key, using the provided Transaction ID.
|
83
|
+
|
84
|
+
### Example
|
85
|
+
```ruby
|
86
|
+
# load the gem
|
87
|
+
require 'transferzero-sdk'
|
88
|
+
|
89
|
+
api_instance = TransferZero::TransactionsApi.new
|
90
|
+
|
91
|
+
|
92
|
+
begin
|
93
|
+
#Fetch a single transaction
|
94
|
+
result = api_instance.get_transaction(transaction_id)
|
95
|
+
p result
|
96
|
+
rescue TransferZero::ApiError => e
|
97
|
+
if e.validation_error
|
98
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
99
|
+
result = e.response_object("TransactionResponse")
|
100
|
+
p result
|
101
|
+
else
|
102
|
+
puts "Exception when calling TransactionsApi->get_transaction: #{e}"
|
103
|
+
end
|
104
|
+
end
|
105
|
+
```
|
106
|
+
|
107
|
+
### Parameters
|
108
|
+
|
109
|
+
Name | Type | Description | Notes
|
110
|
+
------------- | ------------- | ------------- | -------------
|
111
|
+
**transaction_id** | [**String**](.md)| ID of the transaction. Example: `/v1/transactions/bf9ff782-e182-45ac-abea-5bce83ad6670` |
|
112
|
+
|
113
|
+
### Return type
|
114
|
+
|
115
|
+
[**TransactionResponse**](TransactionResponse.md)
|
116
|
+
|
117
|
+
### Authorization
|
118
|
+
|
119
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
120
|
+
|
121
|
+
```ruby
|
122
|
+
|
123
|
+
TransferZero.configure do |config|
|
124
|
+
config.api_key = '<key'
|
125
|
+
config.api_secret = '<secret>'
|
126
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
127
|
+
end
|
128
|
+
|
129
|
+
```
|
130
|
+
|
131
|
+
### HTTP request headers
|
132
|
+
|
133
|
+
- **Content-Type**: Not defined
|
134
|
+
- **Accept**: application/json
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
# **get_transactions**
|
139
|
+
> TransactionListResponse get_transactions(opts)
|
140
|
+
|
141
|
+
Get a list of transactions
|
142
|
+
|
143
|
+
Retrieves a paginated list of the Transactions created by your API key.
|
144
|
+
|
145
|
+
### Example
|
146
|
+
```ruby
|
147
|
+
# load the gem
|
148
|
+
require 'transferzero-sdk'
|
149
|
+
|
150
|
+
api_instance = TransferZero::TransactionsApi.new
|
151
|
+
|
152
|
+
opts = {
|
153
|
+
page: 1 # Integer | The page number to request (defaults to 1)
|
154
|
+
per: 10 # Integer | The number of results to load per page (defaults to 10)
|
155
|
+
external_id: 'external_id_example' # String | Allows filtering results by `external_id`. Example: `/v1/senders?external_id=26ec8517-2f0d-48c0-b74f-0bccb9ab3a87`
|
156
|
+
}
|
157
|
+
|
158
|
+
begin
|
159
|
+
#Get a list of transactions
|
160
|
+
result = api_instance.get_transactions(opts)
|
161
|
+
p result
|
162
|
+
rescue TransferZero::ApiError => e
|
163
|
+
if e.validation_error
|
164
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
165
|
+
result = e.response_object("TransactionListResponse")
|
166
|
+
p result
|
167
|
+
else
|
168
|
+
puts "Exception when calling TransactionsApi->get_transactions: #{e}"
|
169
|
+
end
|
170
|
+
end
|
171
|
+
```
|
172
|
+
|
173
|
+
### Parameters
|
174
|
+
|
175
|
+
Name | Type | Description | Notes
|
176
|
+
------------- | ------------- | ------------- | -------------
|
177
|
+
**page** | **Integer**| The page number to request (defaults to 1) | [optional]
|
178
|
+
**per** | **Integer**| The number of results to load per page (defaults to 10) | [optional]
|
179
|
+
**external_id** | **String**| Allows filtering results by `external_id`. Example: `/v1/senders?external_id=26ec8517-2f0d-48c0-b74f-0bccb9ab3a87` | [optional]
|
180
|
+
|
181
|
+
### Return type
|
182
|
+
|
183
|
+
[**TransactionListResponse**](TransactionListResponse.md)
|
184
|
+
|
185
|
+
### Authorization
|
186
|
+
|
187
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
188
|
+
|
189
|
+
```ruby
|
190
|
+
|
191
|
+
TransferZero.configure do |config|
|
192
|
+
config.api_key = '<key'
|
193
|
+
config.api_secret = '<secret>'
|
194
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
195
|
+
end
|
196
|
+
|
197
|
+
```
|
198
|
+
|
199
|
+
### HTTP request headers
|
200
|
+
|
201
|
+
- **Content-Type**: Not defined
|
202
|
+
- **Accept**: application/json
|
203
|
+
|
204
|
+
|
205
|
+
|
206
|
+
# **payin_transaction**
|
207
|
+
> TransactionResponse payin_transaction(transaction_idpayin_method_request)
|
208
|
+
|
209
|
+
Creates a fake payin for transaction
|
210
|
+
|
211
|
+
This method is available only in sandbox environment and is supposed to be used only for testing integration. It allows you to emulate a payin without paying actual money.
|
212
|
+
|
213
|
+
### Example
|
214
|
+
```ruby
|
215
|
+
# load the gem
|
216
|
+
require 'transferzero-sdk'
|
217
|
+
|
218
|
+
api_instance = TransferZero::TransactionsApi.new
|
219
|
+
|
220
|
+
|
221
|
+
begin
|
222
|
+
#Creates a fake payin for transaction
|
223
|
+
result = api_instance.payin_transaction(transaction_idpayin_method_request)
|
224
|
+
p result
|
225
|
+
rescue TransferZero::ApiError => e
|
226
|
+
if e.validation_error
|
227
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
228
|
+
result = e.response_object("TransactionResponse")
|
229
|
+
p result
|
230
|
+
else
|
231
|
+
puts "Exception when calling TransactionsApi->payin_transaction: #{e}"
|
232
|
+
end
|
233
|
+
end
|
234
|
+
```
|
235
|
+
|
236
|
+
### Parameters
|
237
|
+
|
238
|
+
Name | Type | Description | Notes
|
239
|
+
------------- | ------------- | ------------- | -------------
|
240
|
+
**transaction_id** | [**String**](.md)| ID of the transaction to payin. Example: `/v1/transactions/bf9ff782-e182-45ac-abea-5bce83ad6670/payin` |
|
241
|
+
**payin_method_request** | [**PayinMethodRequest**](PayinMethodRequest.md)| |
|
242
|
+
|
243
|
+
### Return type
|
244
|
+
|
245
|
+
[**TransactionResponse**](TransactionResponse.md)
|
246
|
+
|
247
|
+
### Authorization
|
248
|
+
|
249
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
250
|
+
|
251
|
+
```ruby
|
252
|
+
|
253
|
+
TransferZero.configure do |config|
|
254
|
+
config.api_key = '<key'
|
255
|
+
config.api_secret = '<secret>'
|
256
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
257
|
+
end
|
258
|
+
|
259
|
+
```
|
260
|
+
|
261
|
+
### HTTP request headers
|
262
|
+
|
263
|
+
- **Content-Type**: application/json
|
264
|
+
- **Accept**: application/json
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
# **payout_transaction**
|
269
|
+
> TransactionResponse payout_transaction(transaction_id)
|
270
|
+
|
271
|
+
Creates a fake payout for transaction
|
272
|
+
|
273
|
+
This method is available only in sandbox environment and is supposed to be used only for testing. It allows you to emulate the payout of a transaction after payin.
|
274
|
+
|
275
|
+
### Example
|
276
|
+
```ruby
|
277
|
+
# load the gem
|
278
|
+
require 'transferzero-sdk'
|
279
|
+
|
280
|
+
api_instance = TransferZero::TransactionsApi.new
|
281
|
+
|
282
|
+
|
283
|
+
begin
|
284
|
+
#Creates a fake payout for transaction
|
285
|
+
result = api_instance.payout_transaction(transaction_id)
|
286
|
+
p result
|
287
|
+
rescue TransferZero::ApiError => e
|
288
|
+
if e.validation_error
|
289
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
290
|
+
result = e.response_object("TransactionResponse")
|
291
|
+
p result
|
292
|
+
else
|
293
|
+
puts "Exception when calling TransactionsApi->payout_transaction: #{e}"
|
294
|
+
end
|
295
|
+
end
|
296
|
+
```
|
297
|
+
|
298
|
+
### Parameters
|
299
|
+
|
300
|
+
Name | Type | Description | Notes
|
301
|
+
------------- | ------------- | ------------- | -------------
|
302
|
+
**transaction_id** | [**String**](.md)| ID of the transaction to payout. Example: `/v1/transactions/bf9ff782-e182-45ac-abea-5bce83ad6670/payout` |
|
303
|
+
|
304
|
+
### Return type
|
305
|
+
|
306
|
+
[**TransactionResponse**](TransactionResponse.md)
|
307
|
+
|
308
|
+
### Authorization
|
309
|
+
|
310
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
311
|
+
|
312
|
+
```ruby
|
313
|
+
|
314
|
+
TransferZero.configure do |config|
|
315
|
+
config.api_key = '<key'
|
316
|
+
config.api_secret = '<secret>'
|
317
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
318
|
+
end
|
319
|
+
|
320
|
+
```
|
321
|
+
|
322
|
+
### HTTP request headers
|
323
|
+
|
324
|
+
- **Content-Type**: Not defined
|
325
|
+
- **Accept**: application/json
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
# **post_transactions**
|
330
|
+
> TransactionResponse post_transactions(transaction_request)
|
331
|
+
|
332
|
+
Creates a new transaction
|
333
|
+
|
334
|
+
Transactions are the main objects in the TransferZero API, so it's important to understand how to create and manage them. Transactions facilitate money movement from one Sender in a specific currency to one or multiple Recipients in another currency. The main flow of a successful transaction flow is the following - - Transaction is created linking the Sender to the Recipient(s) with the requested amounts. - Once the sender is KYC'd and approved the transaction can be funded. - Once the transaction is funded, we will initiate the payout to the recipient(s). - After the recipient (or all recipients) has received the money, the transaction is finished.
|
335
|
+
|
336
|
+
### Example
|
337
|
+
```ruby
|
338
|
+
# load the gem
|
339
|
+
require 'transferzero-sdk'
|
340
|
+
|
341
|
+
api_instance = TransferZero::TransactionsApi.new
|
342
|
+
|
343
|
+
|
344
|
+
begin
|
345
|
+
#Creates a new transaction
|
346
|
+
result = api_instance.post_transactions(transaction_request)
|
347
|
+
p result
|
348
|
+
rescue TransferZero::ApiError => e
|
349
|
+
if e.validation_error
|
350
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
351
|
+
result = e.response_object("TransactionResponse")
|
352
|
+
p result
|
353
|
+
else
|
354
|
+
puts "Exception when calling TransactionsApi->post_transactions: #{e}"
|
355
|
+
end
|
356
|
+
end
|
357
|
+
```
|
358
|
+
|
359
|
+
### Parameters
|
360
|
+
|
361
|
+
Name | Type | Description | Notes
|
362
|
+
------------- | ------------- | ------------- | -------------
|
363
|
+
**transaction_request** | [**TransactionRequest**](TransactionRequest.md)| |
|
364
|
+
|
365
|
+
### Return type
|
366
|
+
|
367
|
+
[**TransactionResponse**](TransactionResponse.md)
|
368
|
+
|
369
|
+
### Authorization
|
370
|
+
|
371
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
372
|
+
|
373
|
+
```ruby
|
374
|
+
|
375
|
+
TransferZero.configure do |config|
|
376
|
+
config.api_key = '<key'
|
377
|
+
config.api_secret = '<secret>'
|
378
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
379
|
+
end
|
380
|
+
|
381
|
+
```
|
382
|
+
|
383
|
+
### HTTP request headers
|
384
|
+
|
385
|
+
- **Content-Type**: application/json
|
386
|
+
- **Accept**: application/json
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
# **validate_transactions**
|
391
|
+
> TransactionResponse validate_transactions(transaction_request)
|
392
|
+
|
393
|
+
Validates a transaction payload
|
394
|
+
|
395
|
+
Validates fields in a transaction payload and displays invalid or missing fields
|
396
|
+
|
397
|
+
### Example
|
398
|
+
```ruby
|
399
|
+
# load the gem
|
400
|
+
require 'transferzero-sdk'
|
401
|
+
|
402
|
+
api_instance = TransferZero::TransactionsApi.new
|
403
|
+
|
404
|
+
|
405
|
+
begin
|
406
|
+
#Validates a transaction payload
|
407
|
+
result = api_instance.validate_transactions(transaction_request)
|
408
|
+
p result
|
409
|
+
rescue TransferZero::ApiError => e
|
410
|
+
if e.validation_error
|
411
|
+
puts "WARN: Validation error occured when calling the endpoint"
|
412
|
+
result = e.response_object("TransactionResponse")
|
413
|
+
p result
|
414
|
+
else
|
415
|
+
puts "Exception when calling TransactionsApi->validate_transactions: #{e}"
|
416
|
+
end
|
417
|
+
end
|
418
|
+
```
|
419
|
+
|
420
|
+
### Parameters
|
421
|
+
|
422
|
+
Name | Type | Description | Notes
|
423
|
+
------------- | ------------- | ------------- | -------------
|
424
|
+
**transaction_request** | [**TransactionRequest**](TransactionRequest.md)| |
|
425
|
+
|
426
|
+
### Return type
|
427
|
+
|
428
|
+
[**TransactionResponse**](TransactionResponse.md)
|
429
|
+
|
430
|
+
### Authorization
|
431
|
+
|
432
|
+
You can set the API Key and Secret on the TransferZero object when setting it up:
|
433
|
+
|
434
|
+
```ruby
|
435
|
+
|
436
|
+
TransferZero.configure do |config|
|
437
|
+
config.api_key = '<key'
|
438
|
+
config.api_secret = '<secret>'
|
439
|
+
config.host = 'https://api-sandbox.transferzero.com/v1'
|
440
|
+
end
|
441
|
+
|
442
|
+
```
|
443
|
+
|
444
|
+
### HTTP request headers
|
445
|
+
|
446
|
+
- **Content-Type**: application/json
|
447
|
+
- **Accept**: application/json
|
448
|
+
|
449
|
+
|
450
|
+
|