velopayments 2.18.113 → 2.19.40.beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +62 -48
- data/docs/Challenge.md +2 -2
- data/docs/Company.md +21 -0
- data/docs/Company2.md +21 -0
- data/docs/CompanyResponse.md +2 -2
- data/docs/CompanyV1.md +3 -3
- data/docs/CountriesApi.md +3 -13
- data/docs/CreateIndividual.md +2 -2
- data/docs/CreateIndividual2.md +3 -3
- data/docs/CreateIndividual2Name.md +23 -0
- data/docs/CreatePayee.md +4 -4
- data/docs/CreatePayee2.md +4 -4
- data/docs/CreatePayeesCSVRequest.md +22 -22
- data/docs/CreatePayeesCSVRequest2.md +23 -23
- data/docs/CreatePayeesCSVResponse.md +2 -2
- data/docs/CreatePayeesCSVResponse2.md +2 -2
- data/docs/CreatePayeesCSVResponseRejectedCsvRows.md +21 -0
- data/docs/CreatePayeesRequest.md +1 -1
- data/docs/CreatePayeesRequest2.md +1 -1
- data/docs/CreatePaymentChannel.md +6 -6
- data/docs/CreatePaymentChannel2.md +6 -6
- data/docs/CreatePayoutRequest.md +3 -3
- data/docs/CurrenciesApi.md +1 -6
- data/docs/FailedSubmission.md +2 -2
- data/docs/FailedSubmission2.md +19 -0
- data/docs/FundingManagerApi.md +8 -4
- data/docs/{DefaultApi.md → FundingManagerPrivateApi.md} +4 -4
- data/docs/GetPaymentsForPayoutResponseV4.md +1 -1
- data/docs/GetPayoutApi.md +5 -5
- data/docs/GetPayoutsResponseV4.md +1 -1
- data/docs/Individual.md +21 -0
- data/docs/Individual2.md +21 -0
- data/docs/IndividualV1.md +2 -2
- data/docs/IndividualV1Name.md +4 -4
- data/docs/InlineResponse400.md +19 -0
- data/docs/InlineResponse400Errors.md +23 -0
- data/docs/InlineResponse401.md +19 -0
- data/docs/InlineResponse401Errors.md +23 -0
- data/docs/InlineResponse403.md +19 -0
- data/docs/InlineResponse403Errors.md +23 -0
- data/docs/InstructPayoutApi.md +6 -6
- data/docs/InvitePayeeRequest.md +1 -1
- data/docs/{GenerateOTPRequest.md → InvitePayeeRequest2.md} +3 -3
- data/docs/InviteUserRequest.md +2 -2
- data/docs/{MFAStatus.md → Language2.md} +2 -2
- data/docs/{TokenType.md → LocationType.md} +2 -2
- data/docs/MarketingOptIn.md +1 -1
- data/docs/{OTPType.md → OfacStatus2.md} +2 -2
- data/docs/{PaymentStatus.md → OnboardedStatus2.md} +2 -2
- data/docs/PagedPayeeInvitationStatusResponse.md +1 -1
- data/docs/PagedPayeeInvitationStatusResponse2.md +21 -0
- data/docs/PagedPayeeInvitationStatusResponsePage.md +25 -0
- data/docs/PagedPayeeResponse2Summary.md +5 -5
- data/docs/PagedPayeeResponsePage.md +5 -5
- data/docs/PagedPayeeResponseSummary.md +5 -5
- data/docs/Payee.md +9 -9
- data/docs/Payee2.md +57 -0
- data/docs/PayeeAddress2.md +31 -0
- data/docs/PayeeDelta.md +1 -1
- data/docs/PayeeDelta2.md +29 -0
- data/docs/PayeeDeltaResponse2.md +21 -0
- data/docs/PayeeDeltaResponse2Links.md +19 -0
- data/docs/PayeeInvitationApi.md +184 -64
- data/docs/PayeeInvitationStatus.md +1 -1
- data/docs/PayeeInvitationStatusResponse.md +3 -3
- data/docs/PayeeInvitationStatusResponse2.md +21 -0
- data/docs/PayeePaymentChannel.md +8 -8
- data/docs/PayeePaymentChannel2.md +29 -0
- data/docs/PayeePayorRef.md +1 -1
- data/docs/PayeePayorRefV2.md +25 -0
- data/docs/PayeePayorRefV3.md +25 -0
- data/docs/PayeeResponse.md +9 -9
- data/docs/PayeeResponse2.md +10 -10
- data/docs/PayeeResponseV2.md +73 -0
- data/docs/PayeeResponseV3.md +71 -0
- data/docs/PayeesApi.md +316 -35
- data/docs/PaymentAuditServiceApi.md +4 -4
- data/docs/PaymentChannelCountry.md +3 -3
- data/docs/PaymentChannelRule.md +11 -11
- data/docs/PaymentDelta.md +1 -1
- data/docs/PaymentDeltaResponse.md +1 -1
- data/docs/PaymentInstruction.md +1 -1
- data/docs/QueryBatchResponse2.md +23 -0
- data/docs/ResendTokenRequest.md +1 -1
- data/docs/RoleUpdateRequest.md +19 -0
- data/docs/SubmitPayoutApi.md +2 -2
- data/docs/SupportedCountriesResponse2.md +1 -1
- data/docs/{SupportedCountryV2.md → SupportedCountry2.md} +3 -3
- data/docs/SupportedCurrency.md +3 -3
- data/docs/TokensApi.md +0 -498
- data/docs/UnregisterMFARequest.md +1 -1
- data/docs/UpdateRemoteIdRequest.md +2 -2
- data/docs/UserDetailsUpdateRequest.md +31 -0
- data/docs/UsersApi.md +108 -54
- data/docs/WithdrawPayoutApi.md +6 -6
- data/lib/velopayments.rb +38 -16
- data/lib/velopayments/api/countries_api.rb +6 -6
- data/lib/velopayments/api/currencies_api.rb +3 -3
- data/lib/velopayments/api/funding_manager_api.rb +22 -6
- data/lib/velopayments/api/{default_api.rb → funding_manager_private_api.rb} +5 -5
- data/lib/velopayments/api/get_payout_api.rb +8 -8
- data/lib/velopayments/api/instruct_payout_api.rb +10 -8
- data/lib/velopayments/api/login_api.rb +2 -2
- data/lib/velopayments/api/payee_invitation_api.rb +247 -111
- data/lib/velopayments/api/payees_api.rb +371 -35
- data/lib/velopayments/api/payment_audit_service_api.rb +6 -6
- data/lib/velopayments/api/payors_api.rb +2 -2
- data/lib/velopayments/api/payors_private_api.rb +2 -2
- data/lib/velopayments/api/payout_history_api.rb +2 -2
- data/lib/velopayments/api/quote_payout_api.rb +2 -2
- data/lib/velopayments/api/submit_payout_api.rb +6 -4
- data/lib/velopayments/api/tokens_api.rb +2 -695
- data/lib/velopayments/api/users_api.rb +142 -72
- data/lib/velopayments/api/withdraw_payout_api.rb +10 -8
- data/lib/velopayments/api_client.rb +2 -2
- data/lib/velopayments/api_error.rb +2 -2
- data/lib/velopayments/configuration.rb +2 -2
- data/lib/velopayments/models/accepted_payment.rb +13 -3
- data/lib/velopayments/models/access_token_response.rb +13 -3
- data/lib/velopayments/models/access_token_validation_request.rb +13 -3
- data/lib/velopayments/models/auth_response.rb +13 -3
- data/lib/velopayments/models/auto_top_up_config.rb +15 -3
- data/lib/velopayments/models/challenge.rb +13 -3
- data/lib/velopayments/models/company.rb +308 -0
- data/lib/velopayments/models/company2.rb +308 -0
- data/lib/velopayments/models/company_response.rb +14 -3
- data/lib/velopayments/models/company_v1.rb +15 -3
- data/lib/velopayments/models/create_funding_account_request.rb +13 -3
- data/lib/velopayments/models/create_individual.rb +13 -3
- data/lib/velopayments/models/create_individual2.rb +14 -4
- data/lib/velopayments/models/create_individual2_name.rb +347 -0
- data/lib/velopayments/models/create_payee.rb +16 -4
- data/lib/velopayments/models/create_payee2.rb +16 -4
- data/lib/velopayments/models/create_payee_address.rb +18 -3
- data/lib/velopayments/models/create_payee_address2.rb +18 -3
- data/lib/velopayments/models/create_payees_csv_request.rb +13 -3
- data/lib/velopayments/models/create_payees_csv_request2.rb +27 -11
- data/lib/velopayments/models/create_payees_csv_response.rb +14 -4
- data/lib/velopayments/models/create_payees_csv_response2.rb +14 -4
- data/lib/velopayments/models/create_payees_csv_response_rejected_csv_rows.rb +224 -0
- data/lib/velopayments/models/create_payees_request.rb +13 -3
- data/lib/velopayments/models/create_payees_request2.rb +13 -3
- data/lib/velopayments/models/create_payment_channel.rb +13 -3
- data/lib/velopayments/models/create_payment_channel2.rb +13 -3
- data/lib/velopayments/models/create_payor_link_request.rb +13 -3
- data/lib/velopayments/models/create_payout_request.rb +28 -3
- data/lib/velopayments/models/currency_type.rb +13 -3
- data/lib/velopayments/models/error.rb +15 -5
- data/lib/velopayments/models/error_response.rb +15 -3
- data/lib/velopayments/models/failed_submission.rb +14 -4
- data/lib/velopayments/models/{payee_payor_ref2.rb → failed_submission2.rb} +29 -28
- data/lib/velopayments/models/funding_account_response.rb +13 -3
- data/lib/velopayments/models/funding_audit.rb +13 -3
- data/lib/velopayments/models/funding_event.rb +13 -3
- data/lib/velopayments/models/funding_event_type.rb +2 -2
- data/lib/velopayments/models/funding_payor_status_audit_response.rb +13 -3
- data/lib/velopayments/models/funding_request_v1.rb +13 -3
- data/lib/velopayments/models/funding_request_v2.rb +13 -3
- data/lib/velopayments/models/fx_summary_v3.rb +13 -3
- data/lib/velopayments/models/fx_summary_v4.rb +13 -3
- data/lib/velopayments/models/get_fundings_response.rb +13 -3
- data/lib/velopayments/models/get_fundings_response_all_of.rb +13 -3
- data/lib/velopayments/models/get_payments_for_payout_response_v3.rb +13 -3
- data/lib/velopayments/models/get_payments_for_payout_response_v3_page.rb +13 -3
- data/lib/velopayments/models/get_payments_for_payout_response_v3_summary.rb +13 -3
- data/lib/velopayments/models/get_payments_for_payout_response_v4.rb +14 -4
- data/lib/velopayments/models/get_payments_for_payout_response_v4_summary.rb +13 -3
- data/lib/velopayments/models/get_payout_statistics.rb +13 -3
- data/lib/velopayments/models/get_payouts_response_v3.rb +13 -3
- data/lib/velopayments/models/get_payouts_response_v3_links.rb +13 -3
- data/lib/velopayments/models/get_payouts_response_v3_page.rb +13 -3
- data/lib/velopayments/models/get_payouts_response_v4.rb +14 -4
- data/lib/velopayments/models/individual.rb +260 -0
- data/lib/velopayments/models/individual2.rb +260 -0
- data/lib/velopayments/models/individual_response.rb +13 -3
- data/lib/velopayments/models/individual_v1.rb +37 -3
- data/lib/velopayments/models/individual_v1_name.rb +13 -3
- data/lib/velopayments/models/{generate_otp_request.rb → inline_response400.rb} +38 -18
- data/lib/velopayments/models/{validate_otp_request.rb → inline_response400_errors.rb} +52 -46
- data/lib/velopayments/models/inline_response401.rb +221 -0
- data/lib/velopayments/models/{validate_mfa_request.rb → inline_response401_errors.rb} +52 -46
- data/lib/velopayments/models/inline_response403.rb +221 -0
- data/lib/velopayments/models/{check_token_response.rb → inline_response403_errors.rb} +44 -42
- data/lib/velopayments/models/invitation_status.rb +2 -2
- data/lib/velopayments/models/invitation_status_response.rb +13 -3
- data/lib/velopayments/models/invite_payee_request.rb +13 -3
- data/lib/velopayments/models/{register_mfa_response.rb → invite_payee_request2.rb} +28 -24
- data/lib/velopayments/models/invite_user_request.rb +17 -4
- data/lib/velopayments/models/kyc_state.rb +2 -2
- data/lib/velopayments/models/language.rb +2 -2
- data/lib/velopayments/models/{payment_status.rb → language2.rb} +16 -13
- data/lib/velopayments/models/link_for_response.rb +13 -3
- data/lib/velopayments/models/list_funding_accounts_response.rb +13 -3
- data/lib/velopayments/models/list_payments_response.rb +13 -3
- data/lib/velopayments/models/list_payments_response_page.rb +13 -3
- data/lib/velopayments/models/list_payments_response_v4.rb +13 -3
- data/lib/velopayments/models/list_source_account_response.rb +13 -3
- data/lib/velopayments/models/list_source_account_response_links.rb +13 -3
- data/lib/velopayments/models/list_source_account_response_page.rb +13 -3
- data/lib/velopayments/models/list_source_account_response_v2.rb +13 -3
- data/lib/velopayments/models/{token_type.rb → location_type.rb} +10 -9
- data/lib/velopayments/models/marketing_opt_in.rb +13 -3
- data/lib/velopayments/models/mfa_details.rb +14 -3
- data/lib/velopayments/models/mfa_type.rb +2 -2
- data/lib/velopayments/models/notifications.rb +13 -3
- data/lib/velopayments/models/ofac_status.rb +2 -2
- data/lib/velopayments/models/{mfa_status.rb → ofac_status2.rb} +8 -7
- data/lib/velopayments/models/onboarded_status.rb +2 -2
- data/lib/velopayments/models/{otp_type.rb → onboarded_status2.rb} +9 -6
- data/lib/velopayments/models/page_for_response.rb +13 -3
- data/lib/velopayments/models/page_resource_funding_payor_status_audit_response_funding_payor_status_audit_response.rb +13 -3
- data/lib/velopayments/models/paged_payee_invitation_status_response.rb +14 -4
- data/lib/velopayments/models/paged_payee_invitation_status_response2.rb +229 -0
- data/lib/velopayments/models/paged_payee_invitation_status_response_page.rb +242 -0
- data/lib/velopayments/models/paged_payee_response.rb +13 -3
- data/lib/velopayments/models/paged_payee_response2.rb +13 -3
- data/lib/velopayments/models/paged_payee_response2_summary.rb +13 -3
- data/lib/velopayments/models/paged_payee_response_links.rb +13 -3
- data/lib/velopayments/models/paged_payee_response_page.rb +13 -3
- data/lib/velopayments/models/paged_payee_response_summary.rb +13 -3
- data/lib/velopayments/models/paged_response.rb +13 -3
- data/lib/velopayments/models/paged_response_page.rb +13 -3
- data/lib/velopayments/models/paged_user_response.rb +13 -3
- data/lib/velopayments/models/paged_user_response_links.rb +13 -3
- data/lib/velopayments/models/paged_user_response_page.rb +13 -3
- data/lib/velopayments/models/password_request.rb +13 -3
- data/lib/velopayments/models/payee.rb +19 -3
- data/lib/velopayments/models/payee2.rb +456 -0
- data/lib/velopayments/models/payee_address.rb +18 -3
- data/lib/velopayments/models/payee_address2.rb +493 -0
- data/lib/velopayments/models/payee_delta.rb +14 -3
- data/lib/velopayments/models/payee_delta2.rb +299 -0
- data/lib/velopayments/models/payee_delta_response.rb +13 -3
- data/lib/velopayments/models/payee_delta_response2.rb +229 -0
- data/lib/velopayments/models/{register_mfa_request.rb → payee_delta_response2_links.rb} +32 -18
- data/lib/velopayments/models/payee_delta_response_links.rb +13 -3
- data/lib/velopayments/models/payee_delta_response_page.rb +13 -3
- data/lib/velopayments/models/payee_invitation_status.rb +13 -3
- data/lib/velopayments/models/payee_invitation_status_response.rb +48 -4
- data/lib/velopayments/models/payee_invitation_status_response2.rb +268 -0
- data/lib/velopayments/models/payee_payment_channel.rb +60 -39
- data/lib/velopayments/models/payee_payment_channel2.rb +451 -0
- data/lib/velopayments/models/payee_payor_ref.rb +13 -3
- data/lib/velopayments/models/payee_payor_ref_v2.rb +278 -0
- data/lib/velopayments/models/payee_payor_ref_v3.rb +278 -0
- data/lib/velopayments/models/payee_response.rb +19 -3
- data/lib/velopayments/models/payee_response2.rb +20 -4
- data/lib/velopayments/models/payee_response_v2.rb +471 -0
- data/lib/velopayments/models/payee_response_v3.rb +462 -0
- data/lib/velopayments/models/payee_type.rb +2 -2
- data/lib/velopayments/models/payment_audit_currency_v3.rb +2 -2
- data/lib/velopayments/models/payment_audit_currency_v4.rb +2 -2
- data/lib/velopayments/models/payment_channel_country.rb +25 -3
- data/lib/velopayments/models/payment_channel_rule.rb +40 -3
- data/lib/velopayments/models/payment_channel_rules_response.rb +13 -3
- data/lib/velopayments/models/payment_delta.rb +20 -4
- data/lib/velopayments/models/payment_delta_response.rb +14 -4
- data/lib/velopayments/models/payment_event_response_v3.rb +13 -3
- data/lib/velopayments/models/payment_event_response_v4.rb +13 -3
- data/lib/velopayments/models/payment_instruction.rb +14 -47
- data/lib/velopayments/models/payment_rails.rb +2 -2
- data/lib/velopayments/models/payment_response_v3.rb +13 -3
- data/lib/velopayments/models/payment_response_v4.rb +13 -3
- data/lib/velopayments/models/payment_response_v4_payout.rb +13 -3
- data/lib/velopayments/models/payor_address.rb +18 -3
- data/lib/velopayments/models/payor_address_v2.rb +18 -3
- data/lib/velopayments/models/payor_aml_transaction_v3.rb +13 -3
- data/lib/velopayments/models/payor_aml_transaction_v4.rb +13 -3
- data/lib/velopayments/models/payor_branding_response.rb +16 -3
- data/lib/velopayments/models/payor_create_api_key_request.rb +14 -3
- data/lib/velopayments/models/payor_create_api_key_response.rb +13 -3
- data/lib/velopayments/models/payor_create_application_request.rb +14 -3
- data/lib/velopayments/models/payor_email_opt_out_request.rb +13 -3
- data/lib/velopayments/models/payor_links_response.rb +13 -3
- data/lib/velopayments/models/payor_links_response_links.rb +13 -3
- data/lib/velopayments/models/payor_links_response_payors.rb +13 -3
- data/lib/velopayments/models/payor_logo_request.rb +13 -3
- data/lib/velopayments/models/payor_v1.rb +13 -3
- data/lib/velopayments/models/payor_v2.rb +13 -3
- data/lib/velopayments/models/payout_payor_v4.rb +13 -3
- data/lib/velopayments/models/payout_principal_v4.rb +13 -3
- data/lib/velopayments/models/payout_status_v3.rb +2 -2
- data/lib/velopayments/models/payout_status_v4.rb +2 -2
- data/lib/velopayments/models/payout_summary_audit_v3.rb +13 -3
- data/lib/velopayments/models/payout_summary_audit_v4.rb +13 -3
- data/lib/velopayments/models/payout_summary_response.rb +13 -3
- data/lib/velopayments/models/payout_type_v4.rb +2 -2
- data/lib/velopayments/models/query_batch_response.rb +13 -3
- data/lib/velopayments/models/query_batch_response2.rb +270 -0
- data/lib/velopayments/models/quote_fx_summary.rb +13 -3
- data/lib/velopayments/models/quote_response.rb +13 -3
- data/lib/velopayments/models/region.rb +13 -3
- data/lib/velopayments/models/register_sms_request.rb +13 -3
- data/lib/velopayments/models/rejected_payment.rb +13 -3
- data/lib/velopayments/models/resend_token_request.rb +15 -4
- data/lib/velopayments/models/reset_password_request.rb +13 -3
- data/lib/velopayments/models/role.rb +13 -3
- data/lib/velopayments/models/{email_update_request.rb → role_update_request.rb} +31 -18
- data/lib/velopayments/models/self_mfa_type_unregister_request.rb +13 -3
- data/lib/velopayments/models/self_update_password_request.rb +13 -3
- data/lib/velopayments/models/set_notifications_request.rb +13 -3
- data/lib/velopayments/models/source_account.rb +13 -3
- data/lib/velopayments/models/source_account_response.rb +15 -3
- data/lib/velopayments/models/source_account_response_v2.rb +15 -3
- data/lib/velopayments/models/source_account_summary_v3.rb +13 -3
- data/lib/velopayments/models/source_account_summary_v4.rb +13 -3
- data/lib/velopayments/models/supported_countries_response.rb +13 -3
- data/lib/velopayments/models/supported_countries_response2.rb +14 -4
- data/lib/velopayments/models/supported_country.rb +13 -3
- data/lib/velopayments/models/{supported_country_v2.rb → supported_country2.rb} +20 -8
- data/lib/velopayments/models/supported_currency.rb +14 -3
- data/lib/velopayments/models/supported_currency_response.rb +13 -3
- data/lib/velopayments/models/transfer_request.rb +13 -3
- data/lib/velopayments/models/unregister_mfa_request.rb +17 -6
- data/lib/velopayments/models/update_remote_id_request.rb +13 -3
- data/lib/velopayments/models/user_details_update_request.rb +406 -0
- data/lib/velopayments/models/user_info.rb +13 -3
- data/lib/velopayments/models/user_response.rb +14 -3
- data/lib/velopayments/models/user_response2.rb +14 -3
- data/lib/velopayments/models/user_response2_roles.rb +13 -3
- data/lib/velopayments/models/user_status.rb +2 -2
- data/lib/velopayments/models/user_type.rb +2 -2
- data/lib/velopayments/models/user_type2.rb +2 -2
- data/lib/velopayments/models/validate_password_response.rb +13 -3
- data/lib/velopayments/models/watchlist_status.rb +2 -2
- data/lib/velopayments/version.rb +3 -3
- data/oa3-config.json +1 -1
- data/spec/api/countries_api_spec.rb +3 -3
- data/spec/api/currencies_api_spec.rb +2 -2
- data/spec/api/funding_manager_api_spec.rb +6 -4
- data/spec/api/{default_api_spec.rb → funding_manager_private_api_spec.rb} +8 -8
- data/spec/api/get_payout_api_spec.rb +4 -4
- data/spec/api/instruct_payout_api_spec.rb +4 -4
- data/spec/api/login_api_spec.rb +2 -2
- data/spec/api/payee_invitation_api_spec.rb +62 -33
- data/spec/api/payees_api_spec.rb +81 -15
- data/spec/api/payment_audit_service_api_spec.rb +4 -4
- data/spec/api/payors_api_spec.rb +2 -2
- data/spec/api/payors_private_api_spec.rb +2 -2
- data/spec/api/payout_history_api_spec.rb +2 -2
- data/spec/api/quote_payout_api_spec.rb +2 -2
- data/spec/api/submit_payout_api_spec.rb +3 -3
- data/spec/api/tokens_api_spec.rb +2 -131
- data/spec/api/users_api_spec.rb +28 -15
- data/spec/api/withdraw_payout_api_spec.rb +4 -4
- data/spec/api_client_spec.rb +2 -2
- data/spec/configuration_spec.rb +2 -2
- data/spec/models/accepted_payment_spec.rb +2 -2
- data/spec/models/access_token_response_spec.rb +2 -2
- data/spec/models/access_token_validation_request_spec.rb +2 -2
- data/spec/models/auth_response_spec.rb +2 -2
- data/spec/models/auto_top_up_config_spec.rb +2 -2
- data/spec/models/challenge_spec.rb +2 -2
- data/spec/models/{payee_payor_ref2_spec.rb → company2_spec.rb} +11 -11
- data/spec/models/company_response_spec.rb +2 -2
- data/spec/models/company_spec.rb +53 -0
- data/spec/models/company_v1_spec.rb +2 -2
- data/spec/models/create_funding_account_request_spec.rb +2 -2
- data/spec/models/create_individual2_name_spec.rb +59 -0
- data/spec/models/create_individual2_spec.rb +2 -2
- data/spec/models/create_individual_spec.rb +2 -2
- data/spec/models/create_payee2_spec.rb +2 -2
- data/spec/models/create_payee_address2_spec.rb +2 -2
- data/spec/models/create_payee_address_spec.rb +2 -2
- data/spec/models/create_payee_spec.rb +2 -2
- data/spec/models/create_payees_csv_request2_spec.rb +2 -2
- data/spec/models/create_payees_csv_request_spec.rb +2 -2
- data/spec/models/create_payees_csv_response2_spec.rb +2 -2
- data/spec/models/create_payees_csv_response_rejected_csv_rows_spec.rb +53 -0
- data/spec/models/create_payees_csv_response_spec.rb +2 -2
- data/spec/models/create_payees_request2_spec.rb +2 -2
- data/spec/models/create_payees_request_spec.rb +2 -2
- data/spec/models/create_payment_channel2_spec.rb +2 -2
- data/spec/models/create_payment_channel_spec.rb +2 -2
- data/spec/models/create_payor_link_request_spec.rb +2 -2
- data/spec/models/create_payout_request_spec.rb +2 -2
- data/spec/models/currency_type_spec.rb +2 -2
- data/spec/models/error_response_spec.rb +2 -2
- data/spec/models/error_spec.rb +3 -3
- data/spec/models/{register_mfa_response_spec.rb → failed_submission2_spec.rb} +10 -10
- data/spec/models/failed_submission_spec.rb +2 -2
- data/spec/models/funding_account_response_spec.rb +2 -2
- data/spec/models/funding_audit_spec.rb +2 -2
- data/spec/models/funding_event_spec.rb +2 -2
- data/spec/models/funding_event_type_spec.rb +2 -2
- data/spec/models/funding_payor_status_audit_response_spec.rb +2 -2
- data/spec/models/funding_request_v1_spec.rb +2 -2
- data/spec/models/funding_request_v2_spec.rb +2 -2
- data/spec/models/fx_summary_v3_spec.rb +2 -2
- data/spec/models/fx_summary_v4_spec.rb +2 -2
- data/spec/models/get_fundings_response_all_of_spec.rb +2 -2
- data/spec/models/get_fundings_response_spec.rb +2 -2
- data/spec/models/get_payments_for_payout_response_v3_page_spec.rb +2 -2
- data/spec/models/get_payments_for_payout_response_v3_spec.rb +2 -2
- data/spec/models/get_payments_for_payout_response_v3_summary_spec.rb +2 -2
- data/spec/models/get_payments_for_payout_response_v4_spec.rb +2 -2
- data/spec/models/get_payments_for_payout_response_v4_summary_spec.rb +2 -2
- data/spec/models/get_payout_statistics_spec.rb +2 -2
- data/spec/models/get_payouts_response_v3_links_spec.rb +2 -2
- data/spec/models/get_payouts_response_v3_page_spec.rb +2 -2
- data/spec/models/get_payouts_response_v3_spec.rb +2 -2
- data/spec/models/get_payouts_response_v4_spec.rb +2 -2
- data/spec/models/individual2_spec.rb +53 -0
- data/spec/models/individual_response_spec.rb +2 -2
- data/spec/models/individual_spec.rb +53 -0
- data/spec/models/individual_v1_name_spec.rb +2 -2
- data/spec/models/individual_v1_spec.rb +2 -2
- data/spec/models/inline_response400_errors_spec.rb +59 -0
- data/spec/models/{generate_otp_request_spec.rb → inline_response400_spec.rb} +15 -9
- data/spec/models/inline_response401_errors_spec.rb +59 -0
- data/spec/models/inline_response401_spec.rb +47 -0
- data/spec/models/inline_response403_errors_spec.rb +59 -0
- data/spec/models/inline_response403_spec.rb +47 -0
- data/spec/models/invitation_status_response_spec.rb +2 -2
- data/spec/models/invitation_status_spec.rb +2 -2
- data/spec/models/{register_mfa_request_spec.rb → invite_payee_request2_spec.rb} +9 -9
- data/spec/models/invite_payee_request_spec.rb +2 -2
- data/spec/models/invite_user_request_spec.rb +2 -2
- data/spec/models/kyc_state_spec.rb +2 -2
- data/spec/models/{otp_type_spec.rb → language2_spec.rb} +8 -8
- data/spec/models/language_spec.rb +2 -2
- data/spec/models/link_for_response_spec.rb +2 -2
- data/spec/models/list_funding_accounts_response_spec.rb +2 -2
- data/spec/models/list_payments_response_page_spec.rb +2 -2
- data/spec/models/list_payments_response_spec.rb +2 -2
- data/spec/models/list_payments_response_v4_spec.rb +2 -2
- data/spec/models/list_source_account_response_links_spec.rb +2 -2
- data/spec/models/list_source_account_response_page_spec.rb +2 -2
- data/spec/models/list_source_account_response_spec.rb +2 -2
- data/spec/models/list_source_account_response_v2_spec.rb +2 -2
- data/spec/models/{token_type_spec.rb → location_type_spec.rb} +8 -8
- data/spec/models/marketing_opt_in_spec.rb +2 -2
- data/spec/models/mfa_details_spec.rb +2 -2
- data/spec/models/mfa_type_spec.rb +2 -2
- data/spec/models/notifications_spec.rb +2 -2
- data/spec/models/{mfa_status_spec.rb → ofac_status2_spec.rb} +8 -8
- data/spec/models/ofac_status_spec.rb +2 -2
- data/spec/models/{payment_status_spec.rb → onboarded_status2_spec.rb} +8 -8
- data/spec/models/onboarded_status_spec.rb +2 -2
- data/spec/models/page_for_response_spec.rb +2 -2
- data/spec/models/page_resource_funding_payor_status_audit_response_funding_payor_status_audit_response_spec.rb +2 -2
- data/spec/models/paged_payee_invitation_status_response2_spec.rb +53 -0
- data/spec/models/{check_token_response_spec.rb → paged_payee_invitation_status_response_page_spec.rb} +13 -13
- data/spec/models/paged_payee_invitation_status_response_spec.rb +2 -2
- data/spec/models/paged_payee_response2_spec.rb +2 -2
- data/spec/models/paged_payee_response2_summary_spec.rb +2 -2
- data/spec/models/paged_payee_response_links_spec.rb +2 -2
- data/spec/models/paged_payee_response_page_spec.rb +2 -2
- data/spec/models/paged_payee_response_spec.rb +2 -2
- data/spec/models/paged_payee_response_summary_spec.rb +2 -2
- data/spec/models/paged_response_page_spec.rb +2 -2
- data/spec/models/paged_response_spec.rb +2 -2
- data/spec/models/paged_user_response_links_spec.rb +2 -2
- data/spec/models/paged_user_response_page_spec.rb +2 -2
- data/spec/models/paged_user_response_spec.rb +2 -2
- data/spec/models/password_request_spec.rb +2 -2
- data/spec/models/payee2_spec.rb +165 -0
- data/spec/models/payee_address2_spec.rb +83 -0
- data/spec/models/payee_address_spec.rb +2 -2
- data/spec/models/payee_delta2_spec.rb +77 -0
- data/spec/models/payee_delta_response2_links_spec.rb +47 -0
- data/spec/models/payee_delta_response2_spec.rb +53 -0
- data/spec/models/payee_delta_response_links_spec.rb +2 -2
- data/spec/models/payee_delta_response_page_spec.rb +2 -2
- data/spec/models/payee_delta_response_spec.rb +2 -2
- data/spec/models/payee_delta_spec.rb +2 -2
- data/spec/models/payee_invitation_status_response2_spec.rb +57 -0
- data/spec/models/payee_invitation_status_response_spec.rb +6 -2
- data/spec/models/payee_invitation_status_spec.rb +2 -2
- data/spec/models/payee_payment_channel2_spec.rb +81 -0
- data/spec/models/payee_payment_channel_spec.rb +3 -3
- data/spec/models/payee_payor_ref_spec.rb +2 -2
- data/spec/models/payee_payor_ref_v2_spec.rb +69 -0
- data/spec/models/payee_payor_ref_v3_spec.rb +69 -0
- data/spec/models/payee_response2_spec.rb +2 -2
- data/spec/models/payee_response_spec.rb +2 -2
- data/spec/models/payee_response_v2_spec.rb +209 -0
- data/spec/models/payee_response_v3_spec.rb +203 -0
- data/spec/models/payee_spec.rb +2 -2
- data/spec/models/payee_type_spec.rb +2 -2
- data/spec/models/payment_audit_currency_v3_spec.rb +2 -2
- data/spec/models/payment_audit_currency_v4_spec.rb +2 -2
- data/spec/models/payment_channel_country_spec.rb +2 -2
- data/spec/models/payment_channel_rule_spec.rb +2 -2
- data/spec/models/payment_channel_rules_response_spec.rb +2 -2
- data/spec/models/payment_delta_response_spec.rb +2 -2
- data/spec/models/payment_delta_spec.rb +2 -2
- data/spec/models/payment_event_response_v3_spec.rb +2 -2
- data/spec/models/payment_event_response_v4_spec.rb +2 -2
- data/spec/models/payment_instruction_spec.rb +2 -6
- data/spec/models/payment_rails_spec.rb +2 -2
- data/spec/models/payment_response_v3_spec.rb +2 -2
- data/spec/models/payment_response_v4_payout_spec.rb +2 -2
- data/spec/models/payment_response_v4_spec.rb +2 -2
- data/spec/models/payor_address_spec.rb +2 -2
- data/spec/models/payor_address_v2_spec.rb +2 -2
- data/spec/models/payor_aml_transaction_v3_spec.rb +2 -2
- data/spec/models/payor_aml_transaction_v4_spec.rb +2 -2
- data/spec/models/payor_branding_response_spec.rb +2 -2
- data/spec/models/payor_create_api_key_request_spec.rb +2 -2
- data/spec/models/payor_create_api_key_response_spec.rb +2 -2
- data/spec/models/payor_create_application_request_spec.rb +2 -2
- data/spec/models/payor_email_opt_out_request_spec.rb +2 -2
- data/spec/models/payor_links_response_links_spec.rb +2 -2
- data/spec/models/payor_links_response_payors_spec.rb +2 -2
- data/spec/models/payor_links_response_spec.rb +2 -2
- data/spec/models/payor_logo_request_spec.rb +2 -2
- data/spec/models/payor_v1_spec.rb +2 -2
- data/spec/models/payor_v2_spec.rb +2 -2
- data/spec/models/payout_payor_v4_spec.rb +2 -2
- data/spec/models/payout_principal_v4_spec.rb +2 -2
- data/spec/models/payout_status_v3_spec.rb +2 -2
- data/spec/models/payout_status_v4_spec.rb +2 -2
- data/spec/models/payout_summary_audit_v3_spec.rb +2 -2
- data/spec/models/payout_summary_audit_v4_spec.rb +2 -2
- data/spec/models/payout_summary_response_spec.rb +2 -2
- data/spec/models/payout_type_v4_spec.rb +2 -2
- data/spec/models/query_batch_response2_spec.rb +63 -0
- data/spec/models/query_batch_response_spec.rb +2 -2
- data/spec/models/quote_fx_summary_spec.rb +2 -2
- data/spec/models/quote_response_spec.rb +2 -2
- data/spec/models/region_spec.rb +2 -2
- data/spec/models/register_sms_request_spec.rb +2 -2
- data/spec/models/rejected_payment_spec.rb +2 -2
- data/spec/models/resend_token_request_spec.rb +2 -2
- data/spec/models/reset_password_request_spec.rb +2 -2
- data/spec/models/role_spec.rb +2 -2
- data/spec/models/{email_update_request_spec.rb → role_update_request_spec.rb} +9 -9
- data/spec/models/self_mfa_type_unregister_request_spec.rb +2 -2
- data/spec/models/self_update_password_request_spec.rb +2 -2
- data/spec/models/set_notifications_request_spec.rb +2 -2
- data/spec/models/source_account_response_spec.rb +2 -2
- data/spec/models/source_account_response_v2_spec.rb +2 -2
- data/spec/models/source_account_spec.rb +2 -2
- data/spec/models/source_account_summary_v3_spec.rb +2 -2
- data/spec/models/source_account_summary_v4_spec.rb +2 -2
- data/spec/models/supported_countries_response2_spec.rb +2 -2
- data/spec/models/supported_countries_response_spec.rb +2 -2
- data/spec/models/{supported_country_v2_spec.rb → supported_country2_spec.rb} +8 -8
- data/spec/models/supported_country_spec.rb +2 -2
- data/spec/models/supported_currency_response_spec.rb +2 -2
- data/spec/models/supported_currency_spec.rb +2 -2
- data/spec/models/transfer_request_spec.rb +2 -2
- data/spec/models/unregister_mfa_request_spec.rb +3 -3
- data/spec/models/update_remote_id_request_spec.rb +2 -2
- data/spec/models/user_details_update_request_spec.rb +83 -0
- data/spec/models/user_info_spec.rb +2 -2
- data/spec/models/user_response2_roles_spec.rb +2 -2
- data/spec/models/user_response2_spec.rb +2 -2
- data/spec/models/user_response_spec.rb +2 -2
- data/spec/models/user_status_spec.rb +2 -2
- data/spec/models/user_type2_spec.rb +2 -2
- data/spec/models/user_type_spec.rb +2 -2
- data/spec/models/validate_password_response_spec.rb +2 -2
- data/spec/models/watchlist_status_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/velopayments.gemspec +2 -2
- metadata +310 -222
- data/docs/CheckTokenResponse.md +0 -25
- data/docs/EmailUpdateRequest.md +0 -19
- data/docs/PayeePayorRef2.md +0 -21
- data/docs/RegisterMFARequest.md +0 -17
- data/docs/RegisterMFAResponse.md +0 -19
- data/docs/ValidateMFARequest.md +0 -17
- data/docs/ValidateOTPRequest.md +0 -17
- data/spec/models/validate_mfa_request_spec.rb +0 -41
- data/spec/models/validate_otp_request_spec.rb +0 -41
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -657,7 +657,7 @@ module VeloPayments
|
|
657
657
|
# @option opts [String] :from_payor_name The name of the payor whose payees are being paid. This filters via a case insensitive substring match.
|
658
658
|
# @option opts [Integer] :page Page number. Default is 1. (default to 1)
|
659
659
|
# @option opts [Integer] :page_size Page size. Default is 25. Max allowable is 100. (default to 25)
|
660
|
-
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status, totalPayments
|
660
|
+
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status, totalPayments, payoutId
|
661
661
|
# @return [GetPayoutsResponseV4]
|
662
662
|
def get_payouts_for_payor_v4(opts = {})
|
663
663
|
data, _status_code, _headers = get_payouts_for_payor_v4_with_http_info(opts)
|
@@ -675,7 +675,7 @@ module VeloPayments
|
|
675
675
|
# @option opts [String] :from_payor_name The name of the payor whose payees are being paid. This filters via a case insensitive substring match.
|
676
676
|
# @option opts [Integer] :page Page number. Default is 1.
|
677
677
|
# @option opts [Integer] :page_size Page size. Default is 25. Max allowable is 100.
|
678
|
-
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status, totalPayments
|
678
|
+
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status, totalPayments, payoutId
|
679
679
|
# @return [Array<(GetPayoutsResponseV4, Integer, Hash)>] GetPayoutsResponseV4 data, response status code and response headers
|
680
680
|
def get_payouts_for_payor_v4_with_http_info(opts = {})
|
681
681
|
if @api_client.config.debugging
|
@@ -946,7 +946,7 @@ module VeloPayments
|
|
946
946
|
# @option opts [String] :payment_memo The payment memo filter. This filters via a case insensitive substring match.
|
947
947
|
# @option opts [Integer] :page Page number. Default is 1. (default to 1)
|
948
948
|
# @option opts [Integer] :page_size Page size. Default is 25. Max allowable is 100. (default to 25)
|
949
|
-
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,status:asc). Default is sort by
|
949
|
+
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,status:asc). Default is sort by submittedDateTime:desc,paymentId:asc The supported sort fields are: sourceAmount, sourceCurrency, paymentAmount, paymentCurrency, routingNumber, accountNumber, remoteId, submittedDateTime, status and paymentId
|
950
950
|
# @option opts [Boolean] :sensitive Optional. If omitted or set to false, any Personal Identifiable Information (PII) values are returned masked. If set to true, and you have permission, the PII values will be returned as their original unmasked values.
|
951
951
|
# @return [ListPaymentsResponseV4]
|
952
952
|
def list_payments_audit_v4(opts = {})
|
@@ -974,7 +974,7 @@ module VeloPayments
|
|
974
974
|
# @option opts [String] :payment_memo The payment memo filter. This filters via a case insensitive substring match.
|
975
975
|
# @option opts [Integer] :page Page number. Default is 1.
|
976
976
|
# @option opts [Integer] :page_size Page size. Default is 25. Max allowable is 100.
|
977
|
-
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,status:asc). Default is sort by
|
977
|
+
# @option opts [String] :sort List of sort fields (e.g. ?sort=submittedDateTime:asc,status:asc). Default is sort by submittedDateTime:desc,paymentId:asc The supported sort fields are: sourceAmount, sourceCurrency, paymentAmount, paymentCurrency, routingNumber, accountNumber, remoteId, submittedDateTime, status and paymentId
|
978
978
|
# @option opts [Boolean] :sensitive Optional. If omitted or set to false, any Personal Identifiable Information (PII) values are returned masked. If set to true, and you have permission, the PII values will be returned as their original unmasked values.
|
979
979
|
# @return [Array<(ListPaymentsResponseV4, Integer, Hash)>] ListPaymentsResponseV4 data, response status code and response headers
|
980
980
|
def list_payments_audit_v4_with_http_info(opts = {})
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -20,7 +20,7 @@ module VeloPayments
|
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
22
|
# Submit Payout
|
23
|
-
# Create a new payout and return a location header with a link to get the payout
|
23
|
+
# <p>Create a new payout and return a location header with a link to get the payout.</p> <p>Basic validation of the payout is performed before returning but more comprehensive validation is done asynchronously.</p> <p>The results can be obtained by issuing a HTTP GET to the URL returned in the location header.</p> <p>**NOTE:** amount values in payments must be in 'minor units' format. E.g. cents for USD, pence for GBP etc.</p> with no decimal places.
|
24
24
|
# @param create_payout_request [CreatePayoutRequest] Post amount to transfer using stored funding account details.
|
25
25
|
# @param [Hash] opts the optional parameters
|
26
26
|
# @return [nil]
|
@@ -30,7 +30,7 @@ module VeloPayments
|
|
30
30
|
end
|
31
31
|
|
32
32
|
# Submit Payout
|
33
|
-
# Create a new payout and return a location header with a link to get the payout
|
33
|
+
# <p>Create a new payout and return a location header with a link to get the payout.</p> <p>Basic validation of the payout is performed before returning but more comprehensive validation is done asynchronously.</p> <p>The results can be obtained by issuing a HTTP GET to the URL returned in the location header.</p> <p>**NOTE:** amount values in payments must be in 'minor units' format. E.g. cents for USD, pence for GBP etc.</p> with no decimal places.
|
34
34
|
# @param create_payout_request [CreatePayoutRequest] Post amount to transfer using stored funding account details.
|
35
35
|
# @param [Hash] opts the optional parameters
|
36
36
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
@@ -50,6 +50,8 @@ module VeloPayments
|
|
50
50
|
|
51
51
|
# header parameters
|
52
52
|
header_params = opts[:header_params] || {}
|
53
|
+
# HTTP header 'Accept' (if needed)
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
53
55
|
# HTTP header 'Content-Type'
|
54
56
|
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
|
55
57
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
|
4
4
|
### Terms and Definitions Throughout this document and the Velo platform the following terms are used: * **Payor.** An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * **Payee.** The recipient of funds paid out by a payor. * **Payment.** A single transfer of funds from a payor to a payee. * **Payout.** A batch of Payments, typically used by a payor to logically group payments (e.g. by business day). Technically there need be no relationship between the payments in a payout - a single payout can contain payments to multiple payees and/or multiple payments to a single payee. * **Sandbox.** An integration environment provided by Velo Payments which offers a similar API experience to the production environment, but all funding and payment events are simulated, along with many other services such as OFAC sanctions list checking. ## Overview The Velo Payments API allows a payor to perform a number of operations. The following is a list of the main capabilities in a natural order of execution: * Authenticate with the Velo platform * Maintain a collection of payees * Query the payor’s current balance of funds within the platform and perform additional funding * Issue payments to payees * Query the platform for a history of those payments This document describes the main concepts and APIs required to get up and running with the Velo Payments platform. It is not an exhaustive API reference. For that, please see the separate Velo Payments API Reference. ## API Considerations The Velo Payments API is REST based and uses the JSON format for requests and responses. Most calls are secured using OAuth 2 security and require a valid authentication access token for successful operation. See the Authentication section for details. Where a dynamic value is required in the examples below, the {token} format is used, suggesting that the caller needs to supply the appropriate value of the token in question (without including the { or } characters). Where curl examples are given, the –d @filename.json approach is used, indicating that the request body should be placed into a file named filename.json in the current directory. Each of the curl examples in this document should be considered a single line on the command-line, regardless of how they appear in print. ## Authenticating with the Velo Platform Once Velo backoffice staff have added your organization as a payor within the Velo platform sandbox, they will create you a payor Id, an API key and an API secret and share these with you in a secure manner. You will need to use these values to authenticate with the Velo platform in order to gain access to the APIs. The steps to take are explained in the following: create a string comprising the API key (e.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8) and API secret (e.g. c396b26b-137a-44fd-87f5-34631f8fd529) with a colon between them. E.g. 44a9537d-d55d-4b47-8082-14061c2bcdd8:c396b26b-137a-44fd-87f5-34631f8fd529 base64 encode this string. E.g.: NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== create an HTTP **Authorization** header with the value set to e.g. Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ== perform the Velo authentication REST call using the HTTP header created above e.g. via curl: ``` curl -X POST \\ -H \"Content-Type: application/json\" \\ -H \"Authorization: Basic NDRhOTUzN2QtZDU1ZC00YjQ3LTgwODItMTQwNjFjMmJjZGQ4OmMzOTZiMjZiLTEzN2EtNDRmZC04N2Y1LTM0NjMxZjhmZDUyOQ==\" \\ 'https://api.sandbox.velopayments.com/v1/authenticate?grant_type=client_credentials' ``` If successful, this call will result in a **200** HTTP status code and a response body such as: ``` { \"access_token\":\"19f6bafd-93fd-4747-b229-00507bbc991f\", \"token_type\":\"bearer\", \"expires_in\":1799, \"scope\":\"...\" } ``` ## API access following authentication Following successful authentication, the value of the access_token field in the response (indicated in green above) should then be presented with all subsequent API calls to allow the Velo platform to validate that the caller is authenticated. This is achieved by setting the HTTP Authorization header with the value set to e.g. Bearer 19f6bafd-93fd-4747-b229-00507bbc991f such as the curl example below: ``` -H \"Authorization: Bearer 19f6bafd-93fd-4747-b229-00507bbc991f \" ``` If you make other Velo API calls which require authorization but the Authorization header is missing or invalid then you will get a **401** HTTP status response.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: 2.
|
6
|
+
The version of the OpenAPI document: 2.19.40
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 4.2.
|
9
|
+
OpenAPI Generator version: 4.2.3-SNAPSHOT
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,354 +19,6 @@ module VeloPayments
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
# Generate an OTP
|
23
|
-
# Generate an OTP and send to the MFA type specified in the request body
|
24
|
-
# @param token_id [String] The UUID of the Token
|
25
|
-
# @param generate_otp_request [GenerateOTPRequest] The MFA type to send the generated OTP to
|
26
|
-
# @param [Hash] opts the optional parameters
|
27
|
-
# @return [nil]
|
28
|
-
def generate_otp(token_id, generate_otp_request, opts = {})
|
29
|
-
generate_otp_with_http_info(token_id, generate_otp_request, opts)
|
30
|
-
nil
|
31
|
-
end
|
32
|
-
|
33
|
-
# Generate an OTP
|
34
|
-
# Generate an OTP and send to the MFA type specified in the request body
|
35
|
-
# @param token_id [String] The UUID of the Token
|
36
|
-
# @param generate_otp_request [GenerateOTPRequest] The MFA type to send the generated OTP to
|
37
|
-
# @param [Hash] opts the optional parameters
|
38
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
39
|
-
def generate_otp_with_http_info(token_id, generate_otp_request, opts = {})
|
40
|
-
if @api_client.config.debugging
|
41
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.generate_otp ...'
|
42
|
-
end
|
43
|
-
# verify the required parameter 'token_id' is set
|
44
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
45
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.generate_otp"
|
46
|
-
end
|
47
|
-
# verify the required parameter 'generate_otp_request' is set
|
48
|
-
if @api_client.config.client_side_validation && generate_otp_request.nil?
|
49
|
-
fail ArgumentError, "Missing the required parameter 'generate_otp_request' when calling TokensApi.generate_otp"
|
50
|
-
end
|
51
|
-
# resource path
|
52
|
-
local_var_path = '/v1/tokens/{tokenId}/otp'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
53
|
-
|
54
|
-
# query parameters
|
55
|
-
query_params = opts[:query_params] || {}
|
56
|
-
|
57
|
-
# header parameters
|
58
|
-
header_params = opts[:header_params] || {}
|
59
|
-
# HTTP header 'Accept' (if needed)
|
60
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
61
|
-
# HTTP header 'Content-Type'
|
62
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
63
|
-
|
64
|
-
# form parameters
|
65
|
-
form_params = opts[:form_params] || {}
|
66
|
-
|
67
|
-
# http body (model)
|
68
|
-
post_body = opts[:body] || @api_client.object_to_http_body(generate_otp_request)
|
69
|
-
|
70
|
-
# return_type
|
71
|
-
return_type = opts[:return_type]
|
72
|
-
|
73
|
-
# auth_names
|
74
|
-
auth_names = opts[:auth_names] || []
|
75
|
-
|
76
|
-
new_options = opts.merge(
|
77
|
-
:header_params => header_params,
|
78
|
-
:query_params => query_params,
|
79
|
-
:form_params => form_params,
|
80
|
-
:body => post_body,
|
81
|
-
:auth_names => auth_names,
|
82
|
-
:return_type => return_type
|
83
|
-
)
|
84
|
-
|
85
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
86
|
-
if @api_client.config.debugging
|
87
|
-
@api_client.config.logger.debug "API called: TokensApi#generate_otp\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
88
|
-
end
|
89
|
-
return data, status_code, headers
|
90
|
-
end
|
91
|
-
|
92
|
-
# Send an OTP to SMS Users
|
93
|
-
# <p>Generate an OTP and send to the SMS device if the user</p> <p>Only users who have SMS as their registered MFA device will receive an OTP</p> <p>Used in conjuction with endpoints that require the Velo-OTP header</p>
|
94
|
-
# @param token_id [String] The UUID of the Token
|
95
|
-
# @param [Hash] opts the optional parameters
|
96
|
-
# @return [nil]
|
97
|
-
def generate_otp_for_sms(token_id, opts = {})
|
98
|
-
generate_otp_for_sms_with_http_info(token_id, opts)
|
99
|
-
nil
|
100
|
-
end
|
101
|
-
|
102
|
-
# Send an OTP to SMS Users
|
103
|
-
# <p>Generate an OTP and send to the SMS device if the user</p> <p>Only users who have SMS as their registered MFA device will receive an OTP</p> <p>Used in conjuction with endpoints that require the Velo-OTP header</p>
|
104
|
-
# @param token_id [String] The UUID of the Token
|
105
|
-
# @param [Hash] opts the optional parameters
|
106
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
107
|
-
def generate_otp_for_sms_with_http_info(token_id, opts = {})
|
108
|
-
if @api_client.config.debugging
|
109
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.generate_otp_for_sms ...'
|
110
|
-
end
|
111
|
-
# verify the required parameter 'token_id' is set
|
112
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
113
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.generate_otp_for_sms"
|
114
|
-
end
|
115
|
-
# resource path
|
116
|
-
local_var_path = '/v1/tokens/{tokenId}/otp/generate'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
117
|
-
|
118
|
-
# query parameters
|
119
|
-
query_params = opts[:query_params] || {}
|
120
|
-
|
121
|
-
# header parameters
|
122
|
-
header_params = opts[:header_params] || {}
|
123
|
-
# HTTP header 'Accept' (if needed)
|
124
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
125
|
-
|
126
|
-
# form parameters
|
127
|
-
form_params = opts[:form_params] || {}
|
128
|
-
|
129
|
-
# http body (model)
|
130
|
-
post_body = opts[:body]
|
131
|
-
|
132
|
-
# return_type
|
133
|
-
return_type = opts[:return_type]
|
134
|
-
|
135
|
-
# auth_names
|
136
|
-
auth_names = opts[:auth_names] || []
|
137
|
-
|
138
|
-
new_options = opts.merge(
|
139
|
-
:header_params => header_params,
|
140
|
-
:query_params => query_params,
|
141
|
-
:form_params => form_params,
|
142
|
-
:body => post_body,
|
143
|
-
:auth_names => auth_names,
|
144
|
-
:return_type => return_type
|
145
|
-
)
|
146
|
-
|
147
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
148
|
-
if @api_client.config.debugging
|
149
|
-
@api_client.config.logger.debug "API called: TokensApi#generate_otp_for_sms\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
150
|
-
end
|
151
|
-
return data, status_code, headers
|
152
|
-
end
|
153
|
-
|
154
|
-
# Get a QR Code image
|
155
|
-
# <p>Get a QR Code for an MFA device that supports it </p> <p>The device must have first been registered</p>
|
156
|
-
# @param token_id [String] The UUID of the Token
|
157
|
-
# @param [Hash] opts the optional parameters
|
158
|
-
# @option opts [Integer] :width The width of the image
|
159
|
-
# @option opts [Integer] :height The height of the image
|
160
|
-
# @return [File]
|
161
|
-
def get_qr_code_for_mfa(token_id, opts = {})
|
162
|
-
data, _status_code, _headers = get_qr_code_for_mfa_with_http_info(token_id, opts)
|
163
|
-
data
|
164
|
-
end
|
165
|
-
|
166
|
-
# Get a QR Code image
|
167
|
-
# <p>Get a QR Code for an MFA device that supports it </p> <p>The device must have first been registered</p>
|
168
|
-
# @param token_id [String] The UUID of the Token
|
169
|
-
# @param [Hash] opts the optional parameters
|
170
|
-
# @option opts [Integer] :width The width of the image
|
171
|
-
# @option opts [Integer] :height The height of the image
|
172
|
-
# @return [Array<(File, Integer, Hash)>] File data, response status code and response headers
|
173
|
-
def get_qr_code_for_mfa_with_http_info(token_id, opts = {})
|
174
|
-
if @api_client.config.debugging
|
175
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.get_qr_code_for_mfa ...'
|
176
|
-
end
|
177
|
-
# verify the required parameter 'token_id' is set
|
178
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
179
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.get_qr_code_for_mfa"
|
180
|
-
end
|
181
|
-
if @api_client.config.client_side_validation && !opts[:'width'].nil? && opts[:'width'] > 1024
|
182
|
-
fail ArgumentError, 'invalid value for "opts[:"width"]" when calling TokensApi.get_qr_code_for_mfa, must be smaller than or equal to 1024.'
|
183
|
-
end
|
184
|
-
|
185
|
-
if @api_client.config.client_side_validation && !opts[:'width'].nil? && opts[:'width'] < 1
|
186
|
-
fail ArgumentError, 'invalid value for "opts[:"width"]" when calling TokensApi.get_qr_code_for_mfa, must be greater than or equal to 1.'
|
187
|
-
end
|
188
|
-
|
189
|
-
if @api_client.config.client_side_validation && !opts[:'height'].nil? && opts[:'height'] > 1024
|
190
|
-
fail ArgumentError, 'invalid value for "opts[:"height"]" when calling TokensApi.get_qr_code_for_mfa, must be smaller than or equal to 1024.'
|
191
|
-
end
|
192
|
-
|
193
|
-
if @api_client.config.client_side_validation && !opts[:'height'].nil? && opts[:'height'] < 1
|
194
|
-
fail ArgumentError, 'invalid value for "opts[:"height"]" when calling TokensApi.get_qr_code_for_mfa, must be greater than or equal to 1.'
|
195
|
-
end
|
196
|
-
|
197
|
-
# resource path
|
198
|
-
local_var_path = '/v1/tokens/{tokenId}/mfa/qrcode'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
199
|
-
|
200
|
-
# query parameters
|
201
|
-
query_params = opts[:query_params] || {}
|
202
|
-
query_params[:'width'] = opts[:'width'] if !opts[:'width'].nil?
|
203
|
-
query_params[:'height'] = opts[:'height'] if !opts[:'height'].nil?
|
204
|
-
|
205
|
-
# header parameters
|
206
|
-
header_params = opts[:header_params] || {}
|
207
|
-
# HTTP header 'Accept' (if needed)
|
208
|
-
header_params['Accept'] = @api_client.select_header_accept(['image/png', 'application/json'])
|
209
|
-
|
210
|
-
# form parameters
|
211
|
-
form_params = opts[:form_params] || {}
|
212
|
-
|
213
|
-
# http body (model)
|
214
|
-
post_body = opts[:body]
|
215
|
-
|
216
|
-
# return_type
|
217
|
-
return_type = opts[:return_type] || 'File'
|
218
|
-
|
219
|
-
# auth_names
|
220
|
-
auth_names = opts[:auth_names] || []
|
221
|
-
|
222
|
-
new_options = opts.merge(
|
223
|
-
:header_params => header_params,
|
224
|
-
:query_params => query_params,
|
225
|
-
:form_params => form_params,
|
226
|
-
:body => post_body,
|
227
|
-
:auth_names => auth_names,
|
228
|
-
:return_type => return_type
|
229
|
-
)
|
230
|
-
|
231
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
232
|
-
if @api_client.config.debugging
|
233
|
-
@api_client.config.logger.debug "API called: TokensApi#get_qr_code_for_mfa\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
234
|
-
end
|
235
|
-
return data, status_code, headers
|
236
|
-
end
|
237
|
-
|
238
|
-
# Get Token
|
239
|
-
# Get a Single Verification Token by Id.
|
240
|
-
# @param token_id [String] The UUID of the Token
|
241
|
-
# @param [Hash] opts the optional parameters
|
242
|
-
# @return [CheckTokenResponse]
|
243
|
-
def get_verification_token_by_id(token_id, opts = {})
|
244
|
-
data, _status_code, _headers = get_verification_token_by_id_with_http_info(token_id, opts)
|
245
|
-
data
|
246
|
-
end
|
247
|
-
|
248
|
-
# Get Token
|
249
|
-
# Get a Single Verification Token by Id.
|
250
|
-
# @param token_id [String] The UUID of the Token
|
251
|
-
# @param [Hash] opts the optional parameters
|
252
|
-
# @return [Array<(CheckTokenResponse, Integer, Hash)>] CheckTokenResponse data, response status code and response headers
|
253
|
-
def get_verification_token_by_id_with_http_info(token_id, opts = {})
|
254
|
-
if @api_client.config.debugging
|
255
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.get_verification_token_by_id ...'
|
256
|
-
end
|
257
|
-
# verify the required parameter 'token_id' is set
|
258
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
259
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.get_verification_token_by_id"
|
260
|
-
end
|
261
|
-
# resource path
|
262
|
-
local_var_path = '/v1/tokens/{tokenId}'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
263
|
-
|
264
|
-
# query parameters
|
265
|
-
query_params = opts[:query_params] || {}
|
266
|
-
|
267
|
-
# header parameters
|
268
|
-
header_params = opts[:header_params] || {}
|
269
|
-
# HTTP header 'Accept' (if needed)
|
270
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
271
|
-
|
272
|
-
# form parameters
|
273
|
-
form_params = opts[:form_params] || {}
|
274
|
-
|
275
|
-
# http body (model)
|
276
|
-
post_body = opts[:body]
|
277
|
-
|
278
|
-
# return_type
|
279
|
-
return_type = opts[:return_type] || 'CheckTokenResponse'
|
280
|
-
|
281
|
-
# auth_names
|
282
|
-
auth_names = opts[:auth_names] || []
|
283
|
-
|
284
|
-
new_options = opts.merge(
|
285
|
-
:header_params => header_params,
|
286
|
-
:query_params => query_params,
|
287
|
-
:form_params => form_params,
|
288
|
-
:body => post_body,
|
289
|
-
:auth_names => auth_names,
|
290
|
-
:return_type => return_type
|
291
|
-
)
|
292
|
-
|
293
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
294
|
-
if @api_client.config.debugging
|
295
|
-
@api_client.config.logger.debug "API called: TokensApi#get_verification_token_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
296
|
-
end
|
297
|
-
return data, status_code, headers
|
298
|
-
end
|
299
|
-
|
300
|
-
# Register an MFA Device
|
301
|
-
# <p>Some MFA Devices based on TOTP require a registration step (Authy, Authenticator) </p> <p>Registering the device will create a shared secret that the MFA device uses to generate OTPs</p>
|
302
|
-
# @param token_id [String] The UUID of the Token
|
303
|
-
# @param register_mfa_request [RegisterMFARequest] The MFA Type to register
|
304
|
-
# @param [Hash] opts the optional parameters
|
305
|
-
# @return [RegisterMFAResponse]
|
306
|
-
def register_mfa(token_id, register_mfa_request, opts = {})
|
307
|
-
data, _status_code, _headers = register_mfa_with_http_info(token_id, register_mfa_request, opts)
|
308
|
-
data
|
309
|
-
end
|
310
|
-
|
311
|
-
# Register an MFA Device
|
312
|
-
# <p>Some MFA Devices based on TOTP require a registration step (Authy, Authenticator) </p> <p>Registering the device will create a shared secret that the MFA device uses to generate OTPs</p>
|
313
|
-
# @param token_id [String] The UUID of the Token
|
314
|
-
# @param register_mfa_request [RegisterMFARequest] The MFA Type to register
|
315
|
-
# @param [Hash] opts the optional parameters
|
316
|
-
# @return [Array<(RegisterMFAResponse, Integer, Hash)>] RegisterMFAResponse data, response status code and response headers
|
317
|
-
def register_mfa_with_http_info(token_id, register_mfa_request, opts = {})
|
318
|
-
if @api_client.config.debugging
|
319
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.register_mfa ...'
|
320
|
-
end
|
321
|
-
# verify the required parameter 'token_id' is set
|
322
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
323
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.register_mfa"
|
324
|
-
end
|
325
|
-
# verify the required parameter 'register_mfa_request' is set
|
326
|
-
if @api_client.config.client_side_validation && register_mfa_request.nil?
|
327
|
-
fail ArgumentError, "Missing the required parameter 'register_mfa_request' when calling TokensApi.register_mfa"
|
328
|
-
end
|
329
|
-
# resource path
|
330
|
-
local_var_path = '/v1/tokens/{tokenId}/mfa/register'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
331
|
-
|
332
|
-
# query parameters
|
333
|
-
query_params = opts[:query_params] || {}
|
334
|
-
|
335
|
-
# header parameters
|
336
|
-
header_params = opts[:header_params] || {}
|
337
|
-
# HTTP header 'Accept' (if needed)
|
338
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
339
|
-
# HTTP header 'Content-Type'
|
340
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
341
|
-
|
342
|
-
# form parameters
|
343
|
-
form_params = opts[:form_params] || {}
|
344
|
-
|
345
|
-
# http body (model)
|
346
|
-
post_body = opts[:body] || @api_client.object_to_http_body(register_mfa_request)
|
347
|
-
|
348
|
-
# return_type
|
349
|
-
return_type = opts[:return_type] || 'RegisterMFAResponse'
|
350
|
-
|
351
|
-
# auth_names
|
352
|
-
auth_names = opts[:auth_names] || []
|
353
|
-
|
354
|
-
new_options = opts.merge(
|
355
|
-
:header_params => header_params,
|
356
|
-
:query_params => query_params,
|
357
|
-
:form_params => form_params,
|
358
|
-
:body => post_body,
|
359
|
-
:auth_names => auth_names,
|
360
|
-
:return_type => return_type
|
361
|
-
)
|
362
|
-
|
363
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
364
|
-
if @api_client.config.debugging
|
365
|
-
@api_client.config.logger.debug "API called: TokensApi#register_mfa\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
366
|
-
end
|
367
|
-
return data, status_code, headers
|
368
|
-
end
|
369
|
-
|
370
22
|
# Resend a token
|
371
23
|
# <p>Resend the specified token </p> <p>The token to resend must already exist for the user </p> <p>It will be revoked and a new one issued</p>
|
372
24
|
# @param user_id [String] The UUID of the User.
|
@@ -436,350 +88,5 @@ module VeloPayments
|
|
436
88
|
end
|
437
89
|
return data, status_code, headers
|
438
90
|
end
|
439
|
-
|
440
|
-
# Submit a password
|
441
|
-
# Submit a password
|
442
|
-
# @param token_id [String] The UUID of the Token
|
443
|
-
# @param password_request [PasswordRequest] The password
|
444
|
-
# @param [Hash] opts the optional parameters
|
445
|
-
# @option opts [String] :velo_otp required when updating password using reset password <P> The OTP is supplied by the users MFA device
|
446
|
-
# @return [AccessTokenResponse]
|
447
|
-
def submit_password(token_id, password_request, opts = {})
|
448
|
-
data, _status_code, _headers = submit_password_with_http_info(token_id, password_request, opts)
|
449
|
-
data
|
450
|
-
end
|
451
|
-
|
452
|
-
# Submit a password
|
453
|
-
# Submit a password
|
454
|
-
# @param token_id [String] The UUID of the Token
|
455
|
-
# @param password_request [PasswordRequest] The password
|
456
|
-
# @param [Hash] opts the optional parameters
|
457
|
-
# @option opts [String] :velo_otp required when updating password using reset password <P> The OTP is supplied by the users MFA device
|
458
|
-
# @return [Array<(AccessTokenResponse, Integer, Hash)>] AccessTokenResponse data, response status code and response headers
|
459
|
-
def submit_password_with_http_info(token_id, password_request, opts = {})
|
460
|
-
if @api_client.config.debugging
|
461
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.submit_password ...'
|
462
|
-
end
|
463
|
-
# verify the required parameter 'token_id' is set
|
464
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
465
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.submit_password"
|
466
|
-
end
|
467
|
-
# verify the required parameter 'password_request' is set
|
468
|
-
if @api_client.config.client_side_validation && password_request.nil?
|
469
|
-
fail ArgumentError, "Missing the required parameter 'password_request' when calling TokensApi.submit_password"
|
470
|
-
end
|
471
|
-
# resource path
|
472
|
-
local_var_path = '/v1/tokens/{tokenId}/password'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
473
|
-
|
474
|
-
# query parameters
|
475
|
-
query_params = opts[:query_params] || {}
|
476
|
-
|
477
|
-
# header parameters
|
478
|
-
header_params = opts[:header_params] || {}
|
479
|
-
# HTTP header 'Accept' (if needed)
|
480
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
481
|
-
# HTTP header 'Content-Type'
|
482
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
483
|
-
header_params[:'Velo-OTP'] = opts[:'velo_otp'] if !opts[:'velo_otp'].nil?
|
484
|
-
|
485
|
-
# form parameters
|
486
|
-
form_params = opts[:form_params] || {}
|
487
|
-
|
488
|
-
# http body (model)
|
489
|
-
post_body = opts[:body] || @api_client.object_to_http_body(password_request)
|
490
|
-
|
491
|
-
# return_type
|
492
|
-
return_type = opts[:return_type] || 'AccessTokenResponse'
|
493
|
-
|
494
|
-
# auth_names
|
495
|
-
auth_names = opts[:auth_names] || []
|
496
|
-
|
497
|
-
new_options = opts.merge(
|
498
|
-
:header_params => header_params,
|
499
|
-
:query_params => query_params,
|
500
|
-
:form_params => form_params,
|
501
|
-
:body => post_body,
|
502
|
-
:auth_names => auth_names,
|
503
|
-
:return_type => return_type
|
504
|
-
)
|
505
|
-
|
506
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
507
|
-
if @api_client.config.debugging
|
508
|
-
@api_client.config.logger.debug "API called: TokensApi#submit_password\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
509
|
-
end
|
510
|
-
return data, status_code, headers
|
511
|
-
end
|
512
|
-
|
513
|
-
# Unlock the user
|
514
|
-
# <p>When a user is locked out of their account due to execeding the limit of login attempts</p> <p>They can use a token to unlock their account </p> <p>Submitting the token will unlock the account associated with the token</p>
|
515
|
-
# @param token_id [String] The UUID of the Token
|
516
|
-
# @param [Hash] opts the optional parameters
|
517
|
-
# @return [nil]
|
518
|
-
def unlock_account_with_token(token_id, opts = {})
|
519
|
-
unlock_account_with_token_with_http_info(token_id, opts)
|
520
|
-
nil
|
521
|
-
end
|
522
|
-
|
523
|
-
# Unlock the user
|
524
|
-
# <p>When a user is locked out of their account due to execeding the limit of login attempts</p> <p>They can use a token to unlock their account </p> <p>Submitting the token will unlock the account associated with the token</p>
|
525
|
-
# @param token_id [String] The UUID of the Token
|
526
|
-
# @param [Hash] opts the optional parameters
|
527
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
528
|
-
def unlock_account_with_token_with_http_info(token_id, opts = {})
|
529
|
-
if @api_client.config.debugging
|
530
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.unlock_account_with_token ...'
|
531
|
-
end
|
532
|
-
# verify the required parameter 'token_id' is set
|
533
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
534
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.unlock_account_with_token"
|
535
|
-
end
|
536
|
-
# resource path
|
537
|
-
local_var_path = '/v1/tokens/{tokenId}/password/lockout'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
538
|
-
|
539
|
-
# query parameters
|
540
|
-
query_params = opts[:query_params] || {}
|
541
|
-
|
542
|
-
# header parameters
|
543
|
-
header_params = opts[:header_params] || {}
|
544
|
-
# HTTP header 'Accept' (if needed)
|
545
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
546
|
-
|
547
|
-
# form parameters
|
548
|
-
form_params = opts[:form_params] || {}
|
549
|
-
|
550
|
-
# http body (model)
|
551
|
-
post_body = opts[:body]
|
552
|
-
|
553
|
-
# return_type
|
554
|
-
return_type = opts[:return_type]
|
555
|
-
|
556
|
-
# auth_names
|
557
|
-
auth_names = opts[:auth_names] || []
|
558
|
-
|
559
|
-
new_options = opts.merge(
|
560
|
-
:header_params => header_params,
|
561
|
-
:query_params => query_params,
|
562
|
-
:form_params => form_params,
|
563
|
-
:body => post_body,
|
564
|
-
:auth_names => auth_names,
|
565
|
-
:return_type => return_type
|
566
|
-
)
|
567
|
-
|
568
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
569
|
-
if @api_client.config.debugging
|
570
|
-
@api_client.config.logger.debug "API called: TokensApi#unlock_account_with_token\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
571
|
-
end
|
572
|
-
return data, status_code, headers
|
573
|
-
end
|
574
|
-
|
575
|
-
# Validate an MFA Device
|
576
|
-
# <p>Validate the user's registered MFA device with an OTP </p> <p>The response will be different based on the token type against which the MFA is validated </p> <p>For INVITE_MFA_USER tokens the response will be 200 and an access token will be returned i the response </p> <p>For MFA_REGISTRATION tokens the response will be 204</p>
|
577
|
-
# @param token_id [String] The UUID of the Token
|
578
|
-
# @param validate_mfa_request [ValidateMFARequest] The OTP generated or received by the device
|
579
|
-
# @param [Hash] opts the optional parameters
|
580
|
-
# @return [AccessTokenResponse]
|
581
|
-
def validate_mfa(token_id, validate_mfa_request, opts = {})
|
582
|
-
data, _status_code, _headers = validate_mfa_with_http_info(token_id, validate_mfa_request, opts)
|
583
|
-
data
|
584
|
-
end
|
585
|
-
|
586
|
-
# Validate an MFA Device
|
587
|
-
# <p>Validate the user's registered MFA device with an OTP </p> <p>The response will be different based on the token type against which the MFA is validated </p> <p>For INVITE_MFA_USER tokens the response will be 200 and an access token will be returned i the response </p> <p>For MFA_REGISTRATION tokens the response will be 204</p>
|
588
|
-
# @param token_id [String] The UUID of the Token
|
589
|
-
# @param validate_mfa_request [ValidateMFARequest] The OTP generated or received by the device
|
590
|
-
# @param [Hash] opts the optional parameters
|
591
|
-
# @return [Array<(AccessTokenResponse, Integer, Hash)>] AccessTokenResponse data, response status code and response headers
|
592
|
-
def validate_mfa_with_http_info(token_id, validate_mfa_request, opts = {})
|
593
|
-
if @api_client.config.debugging
|
594
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.validate_mfa ...'
|
595
|
-
end
|
596
|
-
# verify the required parameter 'token_id' is set
|
597
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
598
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.validate_mfa"
|
599
|
-
end
|
600
|
-
# verify the required parameter 'validate_mfa_request' is set
|
601
|
-
if @api_client.config.client_side_validation && validate_mfa_request.nil?
|
602
|
-
fail ArgumentError, "Missing the required parameter 'validate_mfa_request' when calling TokensApi.validate_mfa"
|
603
|
-
end
|
604
|
-
# resource path
|
605
|
-
local_var_path = '/v1/tokens/{tokenId}/mfa/validate'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
606
|
-
|
607
|
-
# query parameters
|
608
|
-
query_params = opts[:query_params] || {}
|
609
|
-
|
610
|
-
# header parameters
|
611
|
-
header_params = opts[:header_params] || {}
|
612
|
-
# HTTP header 'Accept' (if needed)
|
613
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
614
|
-
# HTTP header 'Content-Type'
|
615
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
616
|
-
|
617
|
-
# form parameters
|
618
|
-
form_params = opts[:form_params] || {}
|
619
|
-
|
620
|
-
# http body (model)
|
621
|
-
post_body = opts[:body] || @api_client.object_to_http_body(validate_mfa_request)
|
622
|
-
|
623
|
-
# return_type
|
624
|
-
return_type = opts[:return_type] || 'AccessTokenResponse'
|
625
|
-
|
626
|
-
# auth_names
|
627
|
-
auth_names = opts[:auth_names] || []
|
628
|
-
|
629
|
-
new_options = opts.merge(
|
630
|
-
:header_params => header_params,
|
631
|
-
:query_params => query_params,
|
632
|
-
:form_params => form_params,
|
633
|
-
:body => post_body,
|
634
|
-
:auth_names => auth_names,
|
635
|
-
:return_type => return_type
|
636
|
-
)
|
637
|
-
|
638
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
639
|
-
if @api_client.config.debugging
|
640
|
-
@api_client.config.logger.debug "API called: TokensApi#validate_mfa\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
641
|
-
end
|
642
|
-
return data, status_code, headers
|
643
|
-
end
|
644
|
-
|
645
|
-
# Validate an OTP
|
646
|
-
# <p>Validate the OTP </p> <p>The token that was used in the request will be revoked and a new token issued </p> <p>The new token link will be returned in a location header</p> <p>If there are too many invalid OTP requests the token may be disabled</p>
|
647
|
-
# @param token_id [String] The UUID of the Token
|
648
|
-
# @param validate_otp_request [ValidateOTPRequest] The OTP generated and sent to the device
|
649
|
-
# @param [Hash] opts the optional parameters
|
650
|
-
# @return [nil]
|
651
|
-
def validate_otp(token_id, validate_otp_request, opts = {})
|
652
|
-
validate_otp_with_http_info(token_id, validate_otp_request, opts)
|
653
|
-
nil
|
654
|
-
end
|
655
|
-
|
656
|
-
# Validate an OTP
|
657
|
-
# <p>Validate the OTP </p> <p>The token that was used in the request will be revoked and a new token issued </p> <p>The new token link will be returned in a location header</p> <p>If there are too many invalid OTP requests the token may be disabled</p>
|
658
|
-
# @param token_id [String] The UUID of the Token
|
659
|
-
# @param validate_otp_request [ValidateOTPRequest] The OTP generated and sent to the device
|
660
|
-
# @param [Hash] opts the optional parameters
|
661
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
662
|
-
def validate_otp_with_http_info(token_id, validate_otp_request, opts = {})
|
663
|
-
if @api_client.config.debugging
|
664
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.validate_otp ...'
|
665
|
-
end
|
666
|
-
# verify the required parameter 'token_id' is set
|
667
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
668
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.validate_otp"
|
669
|
-
end
|
670
|
-
# verify the required parameter 'validate_otp_request' is set
|
671
|
-
if @api_client.config.client_side_validation && validate_otp_request.nil?
|
672
|
-
fail ArgumentError, "Missing the required parameter 'validate_otp_request' when calling TokensApi.validate_otp"
|
673
|
-
end
|
674
|
-
# resource path
|
675
|
-
local_var_path = '/v1/tokens/{tokenId}/otp/validate'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
676
|
-
|
677
|
-
# query parameters
|
678
|
-
query_params = opts[:query_params] || {}
|
679
|
-
|
680
|
-
# header parameters
|
681
|
-
header_params = opts[:header_params] || {}
|
682
|
-
# HTTP header 'Accept' (if needed)
|
683
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
684
|
-
# HTTP header 'Content-Type'
|
685
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
686
|
-
|
687
|
-
# form parameters
|
688
|
-
form_params = opts[:form_params] || {}
|
689
|
-
|
690
|
-
# http body (model)
|
691
|
-
post_body = opts[:body] || @api_client.object_to_http_body(validate_otp_request)
|
692
|
-
|
693
|
-
# return_type
|
694
|
-
return_type = opts[:return_type]
|
695
|
-
|
696
|
-
# auth_names
|
697
|
-
auth_names = opts[:auth_names] || []
|
698
|
-
|
699
|
-
new_options = opts.merge(
|
700
|
-
:header_params => header_params,
|
701
|
-
:query_params => query_params,
|
702
|
-
:form_params => form_params,
|
703
|
-
:body => post_body,
|
704
|
-
:auth_names => auth_names,
|
705
|
-
:return_type => return_type
|
706
|
-
)
|
707
|
-
|
708
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
709
|
-
if @api_client.config.debugging
|
710
|
-
@api_client.config.logger.debug "API called: TokensApi#validate_otp\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
711
|
-
end
|
712
|
-
return data, status_code, headers
|
713
|
-
end
|
714
|
-
|
715
|
-
# Validate the proposed password
|
716
|
-
# validate the password and return a score
|
717
|
-
# @param token_id [String] The UUID of the Token
|
718
|
-
# @param password_request [PasswordRequest] The password
|
719
|
-
# @param [Hash] opts the optional parameters
|
720
|
-
# @return [ValidatePasswordResponse]
|
721
|
-
def validate_password(token_id, password_request, opts = {})
|
722
|
-
data, _status_code, _headers = validate_password_with_http_info(token_id, password_request, opts)
|
723
|
-
data
|
724
|
-
end
|
725
|
-
|
726
|
-
# Validate the proposed password
|
727
|
-
# validate the password and return a score
|
728
|
-
# @param token_id [String] The UUID of the Token
|
729
|
-
# @param password_request [PasswordRequest] The password
|
730
|
-
# @param [Hash] opts the optional parameters
|
731
|
-
# @return [Array<(ValidatePasswordResponse, Integer, Hash)>] ValidatePasswordResponse data, response status code and response headers
|
732
|
-
def validate_password_with_http_info(token_id, password_request, opts = {})
|
733
|
-
if @api_client.config.debugging
|
734
|
-
@api_client.config.logger.debug 'Calling API: TokensApi.validate_password ...'
|
735
|
-
end
|
736
|
-
# verify the required parameter 'token_id' is set
|
737
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
738
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokensApi.validate_password"
|
739
|
-
end
|
740
|
-
# verify the required parameter 'password_request' is set
|
741
|
-
if @api_client.config.client_side_validation && password_request.nil?
|
742
|
-
fail ArgumentError, "Missing the required parameter 'password_request' when calling TokensApi.validate_password"
|
743
|
-
end
|
744
|
-
# resource path
|
745
|
-
local_var_path = '/v1/tokens/{tokenId}/password/validate'.sub('{' + 'tokenId' + '}', CGI.escape(token_id.to_s))
|
746
|
-
|
747
|
-
# query parameters
|
748
|
-
query_params = opts[:query_params] || {}
|
749
|
-
|
750
|
-
# header parameters
|
751
|
-
header_params = opts[:header_params] || {}
|
752
|
-
# HTTP header 'Accept' (if needed)
|
753
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
754
|
-
# HTTP header 'Content-Type'
|
755
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
756
|
-
|
757
|
-
# form parameters
|
758
|
-
form_params = opts[:form_params] || {}
|
759
|
-
|
760
|
-
# http body (model)
|
761
|
-
post_body = opts[:body] || @api_client.object_to_http_body(password_request)
|
762
|
-
|
763
|
-
# return_type
|
764
|
-
return_type = opts[:return_type] || 'ValidatePasswordResponse'
|
765
|
-
|
766
|
-
# auth_names
|
767
|
-
auth_names = opts[:auth_names] || []
|
768
|
-
|
769
|
-
new_options = opts.merge(
|
770
|
-
:header_params => header_params,
|
771
|
-
:query_params => query_params,
|
772
|
-
:form_params => form_params,
|
773
|
-
:body => post_body,
|
774
|
-
:auth_names => auth_names,
|
775
|
-
:return_type => return_type
|
776
|
-
)
|
777
|
-
|
778
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
779
|
-
if @api_client.config.debugging
|
780
|
-
@api_client.config.logger.debug "API called: TokensApi#validate_password\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
781
|
-
end
|
782
|
-
return data, status_code, headers
|
783
|
-
end
|
784
91
|
end
|
785
92
|
end
|