cybrid_api_bank_ruby 0.113.154 → 0.114.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (271) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +25 -7
  4. data/cybrid_api_bank_ruby.gemspec +2 -2
  5. data/docs/InvoiceBankModel.md +40 -0
  6. data/docs/InvoiceListBankModel.md +24 -0
  7. data/docs/InvoicesBankApi.md +240 -0
  8. data/docs/PaymentInstructionBankModel.md +36 -0
  9. data/docs/PaymentInstructionListBankModel.md +24 -0
  10. data/docs/PaymentInstructionsBankApi.md +238 -0
  11. data/docs/PostInvoiceBankModel.md +26 -0
  12. data/docs/PostPaymentInstructionBankModel.md +20 -0
  13. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +2 -2
  14. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +2 -2
  15. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +2 -2
  16. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +2 -2
  17. data/lib/cybrid_api_bank_ruby/api/deposit_addresses_bank_api.rb +2 -2
  18. data/lib/cybrid_api_bank_ruby/api/deposit_bank_accounts_bank_api.rb +2 -2
  19. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +2 -2
  20. data/lib/cybrid_api_bank_ruby/api/external_wallets_bank_api.rb +2 -2
  21. data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +2 -2
  22. data/lib/cybrid_api_bank_ruby/api/invoices_bank_api.rb +243 -0
  23. data/lib/cybrid_api_bank_ruby/api/payment_instructions_bank_api.rb +240 -0
  24. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +2 -2
  25. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +2 -2
  26. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +2 -2
  27. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +2 -2
  28. data/lib/cybrid_api_bank_ruby/api/transfers_bank_api.rb +2 -2
  29. data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +2 -2
  30. data/lib/cybrid_api_bank_ruby/api_client.rb +2 -2
  31. data/lib/cybrid_api_bank_ruby/api_error.rb +2 -2
  32. data/lib/cybrid_api_bank_ruby/configuration.rb +2 -2
  33. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +2 -2
  34. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +2 -2
  35. data/lib/cybrid_api_bank_ruby/models/account_state_bank_model.rb +2 -2
  36. data/lib/cybrid_api_bank_ruby/models/account_type_bank_model.rb +2 -2
  37. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +2 -2
  38. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +2 -2
  39. data/lib/cybrid_api_bank_ruby/models/asset_types_bank_model.rb +2 -2
  40. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +2 -2
  41. data/lib/cybrid_api_bank_ruby/models/bank_feature_bank_model.rb +2 -2
  42. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +2 -2
  43. data/lib/cybrid_api_bank_ruby/models/bank_type_bank_model.rb +2 -2
  44. data/lib/cybrid_api_bank_ruby/models/customer_address_bank_model.rb +2 -2
  45. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +2 -2
  46. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +2 -2
  47. data/lib/cybrid_api_bank_ruby/models/customer_name_bank_model.rb +2 -2
  48. data/lib/cybrid_api_bank_ruby/models/customer_state_bank_model.rb +2 -2
  49. data/lib/cybrid_api_bank_ruby/models/customer_type_bank_model.rb +2 -2
  50. data/lib/cybrid_api_bank_ruby/models/deposit_address_bank_model.rb +2 -2
  51. data/lib/cybrid_api_bank_ruby/models/deposit_address_format_bank_model.rb +2 -2
  52. data/lib/cybrid_api_bank_ruby/models/deposit_address_list_bank_model.rb +2 -2
  53. data/lib/cybrid_api_bank_ruby/models/deposit_address_state_bank_model.rb +2 -2
  54. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_account_details_inner_bank_model.rb +2 -2
  55. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_bank_model.rb +2 -2
  56. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_counterparty_address_bank_model.rb +2 -2
  57. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_list_bank_model.rb +2 -2
  58. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_routing_details_inner_bank_model.rb +2 -2
  59. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_routing_number_type_bank_model.rb +2 -2
  60. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_state_bank_model.rb +2 -2
  61. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +2 -2
  62. data/lib/cybrid_api_bank_ruby/models/external_bank_account_balances_bank_model.rb +2 -2
  63. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +2 -2
  64. data/lib/cybrid_api_bank_ruby/models/external_bank_account_kind_bank_model.rb +2 -2
  65. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +2 -2
  66. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_addresses_inner_bank_model.rb +2 -2
  67. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_bank_model.rb +2 -2
  68. data/lib/cybrid_api_bank_ruby/models/external_bank_account_state_bank_model.rb +2 -2
  69. data/lib/cybrid_api_bank_ruby/models/external_wallet_bank_model.rb +2 -2
  70. data/lib/cybrid_api_bank_ruby/models/external_wallet_environment_bank_model.rb +2 -2
  71. data/lib/cybrid_api_bank_ruby/models/external_wallet_list_bank_model.rb +2 -2
  72. data/lib/cybrid_api_bank_ruby/models/external_wallet_state_bank_model.rb +2 -2
  73. data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +2 -2
  74. data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +2 -2
  75. data/lib/cybrid_api_bank_ruby/models/identity_verification_method_bank_model.rb +2 -2
  76. data/lib/cybrid_api_bank_ruby/models/identity_verification_outcome_bank_model.rb +2 -2
  77. data/lib/cybrid_api_bank_ruby/models/identity_verification_persona_state_bank_model.rb +2 -2
  78. data/lib/cybrid_api_bank_ruby/models/identity_verification_state_bank_model.rb +2 -2
  79. data/lib/cybrid_api_bank_ruby/models/identity_verification_type_bank_model.rb +2 -2
  80. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_all_of_bank_model.rb +2 -2
  81. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_bank_model.rb +2 -2
  82. data/lib/cybrid_api_bank_ruby/models/invoice_bank_model.rb +433 -0
  83. data/lib/cybrid_api_bank_ruby/models/invoice_list_bank_model.rb +328 -0
  84. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +2 -2
  85. data/lib/cybrid_api_bank_ruby/models/patch_customer_bank_model.rb +2 -2
  86. data/lib/cybrid_api_bank_ruby/models/patch_external_bank_account_bank_model.rb +2 -2
  87. data/lib/cybrid_api_bank_ruby/models/payment_instruction_bank_model.rb +387 -0
  88. data/lib/cybrid_api_bank_ruby/models/payment_instruction_list_bank_model.rb +328 -0
  89. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +2 -2
  90. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +2 -2
  91. data/lib/cybrid_api_bank_ruby/models/post_customer_address_bank_model.rb +2 -2
  92. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +2 -2
  93. data/lib/cybrid_api_bank_ruby/models/post_customer_name_bank_model.rb +2 -2
  94. data/lib/cybrid_api_bank_ruby/models/post_deposit_address_bank_model.rb +2 -2
  95. data/lib/cybrid_api_bank_ruby/models/post_deposit_bank_account_bank_model.rb +2 -2
  96. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +2 -2
  97. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_address_bank_model.rb +2 -2
  98. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_bank_account_bank_model.rb +2 -2
  99. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_name_bank_model.rb +2 -2
  100. data/lib/cybrid_api_bank_ruby/models/post_external_wallet_bank_model.rb +2 -2
  101. data/lib/cybrid_api_bank_ruby/models/post_identification_number_bank_model.rb +2 -2
  102. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_address_bank_model.rb +2 -2
  103. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +2 -2
  104. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_name_bank_model.rb +2 -2
  105. data/lib/cybrid_api_bank_ruby/models/post_invoice_bank_model.rb +323 -0
  106. data/lib/cybrid_api_bank_ruby/models/post_payment_instruction_bank_model.rb +288 -0
  107. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +2 -2
  108. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +2 -2
  109. data/lib/cybrid_api_bank_ruby/models/post_transfer_bank_model.rb +2 -2
  110. data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +2 -2
  111. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +2 -2
  112. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +2 -2
  113. data/lib/cybrid_api_bank_ruby/models/quote_side_bank_model.rb +2 -2
  114. data/lib/cybrid_api_bank_ruby/models/quote_type_bank_model.rb +2 -2
  115. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +2 -2
  116. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +2 -2
  117. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +2 -2
  118. data/lib/cybrid_api_bank_ruby/models/trade_side_bank_model.rb +2 -2
  119. data/lib/cybrid_api_bank_ruby/models/trade_state_bank_model.rb +2 -2
  120. data/lib/cybrid_api_bank_ruby/models/trade_type_bank_model.rb +2 -2
  121. data/lib/cybrid_api_bank_ruby/models/transfer_account_type_bank_model.rb +2 -2
  122. data/lib/cybrid_api_bank_ruby/models/transfer_bank_model.rb +2 -2
  123. data/lib/cybrid_api_bank_ruby/models/transfer_destination_account_bank_model.rb +2 -2
  124. data/lib/cybrid_api_bank_ruby/models/transfer_list_bank_model.rb +2 -2
  125. data/lib/cybrid_api_bank_ruby/models/transfer_side_bank_model.rb +2 -2
  126. data/lib/cybrid_api_bank_ruby/models/transfer_source_account_bank_model.rb +2 -2
  127. data/lib/cybrid_api_bank_ruby/models/transfer_state_bank_model.rb +2 -2
  128. data/lib/cybrid_api_bank_ruby/models/transfer_type_bank_model.rb +2 -2
  129. data/lib/cybrid_api_bank_ruby/models/verification_check_bank_model.rb +2 -2
  130. data/lib/cybrid_api_bank_ruby/models/verification_check_state_bank_model.rb +2 -2
  131. data/lib/cybrid_api_bank_ruby/models/verification_check_type_bank_model.rb +2 -2
  132. data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +2 -2
  133. data/lib/cybrid_api_bank_ruby/models/workflow_state_bank_model.rb +2 -2
  134. data/lib/cybrid_api_bank_ruby/models/workflow_type_bank_model.rb +2 -2
  135. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +2 -2
  136. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +2 -2
  137. data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +2 -2
  138. data/lib/cybrid_api_bank_ruby/version.rb +3 -3
  139. data/lib/cybrid_api_bank_ruby.rb +10 -2
  140. data/spec/api/accounts_bank_api_spec.rb +2 -2
  141. data/spec/api/assets_bank_api_spec.rb +2 -2
  142. data/spec/api/banks_bank_api_spec.rb +2 -2
  143. data/spec/api/customers_bank_api_spec.rb +2 -2
  144. data/spec/api/deposit_addresses_bank_api_spec.rb +2 -2
  145. data/spec/api/deposit_bank_accounts_bank_api_spec.rb +2 -2
  146. data/spec/api/external_bank_accounts_bank_api_spec.rb +2 -2
  147. data/spec/api/external_wallets_bank_api_spec.rb +2 -2
  148. data/spec/api/identity_verifications_bank_api_spec.rb +2 -2
  149. data/spec/api/invoices_bank_api_spec.rb +77 -0
  150. data/spec/api/payment_instructions_bank_api_spec.rb +76 -0
  151. data/spec/api/prices_bank_api_spec.rb +2 -2
  152. data/spec/api/quotes_bank_api_spec.rb +2 -2
  153. data/spec/api/symbols_bank_api_spec.rb +2 -2
  154. data/spec/api/trades_bank_api_spec.rb +2 -2
  155. data/spec/api/transfers_bank_api_spec.rb +2 -2
  156. data/spec/api/workflows_bank_api_spec.rb +2 -2
  157. data/spec/api_client_spec.rb +2 -2
  158. data/spec/configuration_spec.rb +2 -2
  159. data/spec/models/account_bank_model_spec.rb +2 -2
  160. data/spec/models/account_list_bank_model_spec.rb +2 -2
  161. data/spec/models/account_state_bank_model_spec.rb +2 -2
  162. data/spec/models/account_type_bank_model_spec.rb +2 -2
  163. data/spec/models/asset_bank_model_spec.rb +2 -2
  164. data/spec/models/asset_list_bank_model_spec.rb +2 -2
  165. data/spec/models/asset_types_bank_model_spec.rb +2 -2
  166. data/spec/models/bank_bank_model_spec.rb +2 -2
  167. data/spec/models/bank_feature_bank_model_spec.rb +2 -2
  168. data/spec/models/bank_list_bank_model_spec.rb +2 -2
  169. data/spec/models/bank_type_bank_model_spec.rb +2 -2
  170. data/spec/models/customer_address_bank_model_spec.rb +2 -2
  171. data/spec/models/customer_bank_model_spec.rb +2 -2
  172. data/spec/models/customer_list_bank_model_spec.rb +2 -2
  173. data/spec/models/customer_name_bank_model_spec.rb +2 -2
  174. data/spec/models/customer_state_bank_model_spec.rb +2 -2
  175. data/spec/models/customer_type_bank_model_spec.rb +2 -2
  176. data/spec/models/deposit_address_bank_model_spec.rb +2 -2
  177. data/spec/models/deposit_address_format_bank_model_spec.rb +2 -2
  178. data/spec/models/deposit_address_list_bank_model_spec.rb +2 -2
  179. data/spec/models/deposit_address_state_bank_model_spec.rb +2 -2
  180. data/spec/models/deposit_bank_account_account_details_inner_bank_model_spec.rb +2 -2
  181. data/spec/models/deposit_bank_account_bank_model_spec.rb +2 -2
  182. data/spec/models/deposit_bank_account_counterparty_address_bank_model_spec.rb +2 -2
  183. data/spec/models/deposit_bank_account_list_bank_model_spec.rb +2 -2
  184. data/spec/models/deposit_bank_account_routing_details_inner_bank_model_spec.rb +2 -2
  185. data/spec/models/deposit_bank_account_routing_number_type_bank_model_spec.rb +2 -2
  186. data/spec/models/deposit_bank_account_state_bank_model_spec.rb +2 -2
  187. data/spec/models/error_response_bank_model_spec.rb +2 -2
  188. data/spec/models/external_bank_account_balances_bank_model_spec.rb +2 -2
  189. data/spec/models/external_bank_account_bank_model_spec.rb +2 -2
  190. data/spec/models/external_bank_account_kind_bank_model_spec.rb +2 -2
  191. data/spec/models/external_bank_account_list_bank_model_spec.rb +2 -2
  192. data/spec/models/external_bank_account_pii_inner_addresses_inner_bank_model_spec.rb +2 -2
  193. data/spec/models/external_bank_account_pii_inner_bank_model_spec.rb +2 -2
  194. data/spec/models/external_bank_account_state_bank_model_spec.rb +2 -2
  195. data/spec/models/external_wallet_bank_model_spec.rb +2 -2
  196. data/spec/models/external_wallet_environment_bank_model_spec.rb +2 -2
  197. data/spec/models/external_wallet_list_bank_model_spec.rb +2 -2
  198. data/spec/models/external_wallet_state_bank_model_spec.rb +2 -2
  199. data/spec/models/identity_verification_bank_model_spec.rb +2 -2
  200. data/spec/models/identity_verification_list_bank_model_spec.rb +2 -2
  201. data/spec/models/identity_verification_method_bank_model_spec.rb +2 -2
  202. data/spec/models/identity_verification_outcome_bank_model_spec.rb +2 -2
  203. data/spec/models/identity_verification_persona_state_bank_model_spec.rb +2 -2
  204. data/spec/models/identity_verification_state_bank_model_spec.rb +2 -2
  205. data/spec/models/identity_verification_type_bank_model_spec.rb +2 -2
  206. data/spec/models/identity_verification_with_details_all_of_bank_model_spec.rb +2 -2
  207. data/spec/models/identity_verification_with_details_bank_model_spec.rb +2 -2
  208. data/spec/models/invoice_bank_model_spec.rb +100 -0
  209. data/spec/models/invoice_list_bank_model_spec.rb +52 -0
  210. data/spec/models/patch_bank_bank_model_spec.rb +2 -2
  211. data/spec/models/patch_customer_bank_model_spec.rb +2 -2
  212. data/spec/models/patch_external_bank_account_bank_model_spec.rb +2 -2
  213. data/spec/models/payment_instruction_bank_model_spec.rb +88 -0
  214. data/spec/models/payment_instruction_list_bank_model_spec.rb +52 -0
  215. data/spec/models/post_account_bank_model_spec.rb +2 -2
  216. data/spec/models/post_bank_bank_model_spec.rb +2 -2
  217. data/spec/models/post_customer_address_bank_model_spec.rb +2 -2
  218. data/spec/models/post_customer_bank_model_spec.rb +2 -2
  219. data/spec/models/post_customer_name_bank_model_spec.rb +2 -2
  220. data/spec/models/post_deposit_address_bank_model_spec.rb +2 -2
  221. data/spec/models/post_deposit_bank_account_bank_model_spec.rb +2 -2
  222. data/spec/models/post_external_bank_account_bank_model_spec.rb +2 -2
  223. data/spec/models/post_external_bank_account_counterparty_address_bank_model_spec.rb +2 -2
  224. data/spec/models/post_external_bank_account_counterparty_bank_account_bank_model_spec.rb +2 -2
  225. data/spec/models/post_external_bank_account_counterparty_name_bank_model_spec.rb +2 -2
  226. data/spec/models/post_external_wallet_bank_model_spec.rb +2 -2
  227. data/spec/models/post_identification_number_bank_model_spec.rb +2 -2
  228. data/spec/models/post_identity_verification_address_bank_model_spec.rb +2 -2
  229. data/spec/models/post_identity_verification_bank_model_spec.rb +2 -2
  230. data/spec/models/post_identity_verification_name_bank_model_spec.rb +2 -2
  231. data/spec/models/post_invoice_bank_model_spec.rb +58 -0
  232. data/spec/models/post_payment_instruction_bank_model_spec.rb +40 -0
  233. data/spec/models/post_quote_bank_model_spec.rb +2 -2
  234. data/spec/models/post_trade_bank_model_spec.rb +2 -2
  235. data/spec/models/post_transfer_bank_model_spec.rb +2 -2
  236. data/spec/models/post_workflow_bank_model_spec.rb +2 -2
  237. data/spec/models/quote_bank_model_spec.rb +2 -2
  238. data/spec/models/quote_list_bank_model_spec.rb +2 -2
  239. data/spec/models/quote_side_bank_model_spec.rb +2 -2
  240. data/spec/models/quote_type_bank_model_spec.rb +2 -2
  241. data/spec/models/symbol_price_bank_model_spec.rb +2 -2
  242. data/spec/models/trade_bank_model_spec.rb +2 -2
  243. data/spec/models/trade_list_bank_model_spec.rb +2 -2
  244. data/spec/models/trade_side_bank_model_spec.rb +2 -2
  245. data/spec/models/trade_state_bank_model_spec.rb +2 -2
  246. data/spec/models/trade_type_bank_model_spec.rb +2 -2
  247. data/spec/models/transfer_account_type_bank_model_spec.rb +2 -2
  248. data/spec/models/transfer_bank_model_spec.rb +2 -2
  249. data/spec/models/transfer_destination_account_bank_model_spec.rb +2 -2
  250. data/spec/models/transfer_list_bank_model_spec.rb +2 -2
  251. data/spec/models/transfer_side_bank_model_spec.rb +2 -2
  252. data/spec/models/transfer_source_account_bank_model_spec.rb +2 -2
  253. data/spec/models/transfer_state_bank_model_spec.rb +2 -2
  254. data/spec/models/transfer_type_bank_model_spec.rb +2 -2
  255. data/spec/models/verification_check_bank_model_spec.rb +2 -2
  256. data/spec/models/verification_check_state_bank_model_spec.rb +2 -2
  257. data/spec/models/verification_check_type_bank_model_spec.rb +2 -2
  258. data/spec/models/workflow_bank_model_spec.rb +2 -2
  259. data/spec/models/workflow_state_bank_model_spec.rb +2 -2
  260. data/spec/models/workflow_type_bank_model_spec.rb +2 -2
  261. data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +2 -2
  262. data/spec/models/workflow_with_details_bank_model_spec.rb +2 -2
  263. data/spec/models/workflows_list_bank_model_spec.rb +2 -2
  264. data/spec/spec_helper.rb +2 -2
  265. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  266. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  267. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  268. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.2/gem_make.out +5 -5
  269. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  270. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
  271. metadata +34 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6189ac7ebf10c8baa231201de18d014a5e488571c0efeed5be38301942ab6325
4
- data.tar.gz: a5fb4fd96da05dc1eeb683f1614c6f070150e3bbb8267f716b23a7fd5ddcd65c
3
+ metadata.gz: 10da1dcf34617a7ca1d33d61b02ef40eae34731422e76bfce0a83f69fb7b5362
4
+ data.tar.gz: 0abbfab0e8e553ae12e7c0b9f713a64a44755d2df18458c3bad718f1cc51a503
5
5
  SHA512:
6
- metadata.gz: cce4bdf75d39d8622808677c95327e7f651daabb163aa93fd2e7ed0492e2993606c3b0107e12c302ea6932af97458d929df5ec38084f63b442bf7a35125d25ef
7
- data.tar.gz: 7d021b101587363e7958ab35d4aa21865a1c5fd04ff2a6a5cf04d7f6145643ee3c30e7364de9441687827515cae5e9407518a18aec5fab38e490278e758f7971
6
+ metadata.gz: abc2d0a4accde458f4f671d0e1247113684a39499db847dc24a946b0c10371fe99313fc8fcd74c5b6088ae9fe5ecb2f5b489e3e408417ea2e0dc3b6755269936
7
+ data.tar.gz: 499d0c71b38bb5bdd67bd99e78265b929dbdd739ca399d883bc5b01b18909b3d0961d3d2807b66632dffa0d7909c768c8498b30afdeac38ad1cdefc0c3d519df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cybrid_api_bank_ruby (0.113.154)
4
+ cybrid_api_bank_ruby (0.114.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -69,10 +69,10 @@ curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{
69
69
  \"grant_type\": \"client_credentials\",
70
70
  \"client_id\": \"<Your Client ID>\",
71
71
  \"client_secret\": \"<Your Secret>\",
72
- \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute\"
72
+ \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute invoices:read invoices:write invoices:execute\"
73
73
  }' -H \"Content-Type: application/json\"
74
74
 
75
- # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read'
75
+ # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read'
76
76
  ```
77
77
  <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font>
78
78
 
@@ -97,6 +97,7 @@ The following scopes are available on the platform and can be requested when gen
97
97
  | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) |
98
98
  | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) |
99
99
  | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) |
100
+ | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) |
100
101
 
101
102
  ## Available Endpoints
102
103
 
@@ -117,6 +118,8 @@ The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/s
117
118
  | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform |
118
119
  | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform |
119
120
  | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC |
121
+ | Bank | Invoice | /api/invoices | Create, get and list invoices |
122
+ | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices |
120
123
  | Bank | Price | /api/prices | Get the current prices for assets on the platform |
121
124
  | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades |
122
125
  | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) |
@@ -149,8 +152,8 @@ An `Organization` can have multiple `banks`, in either `Sandbox` or `Production`
149
152
 
150
153
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
151
154
 
152
- - API version: v0.113.154
153
- - Package version: 0.113.154
155
+ - API version: v0.114.0
156
+ - Package version: 0.114.0
154
157
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
155
158
 
156
159
  ## Installation
@@ -166,16 +169,16 @@ gem build cybrid_api_bank_ruby.gemspec
166
169
  Then either install the gem locally:
167
170
 
168
171
  ```shell
169
- gem install ./cybrid_api_bank_ruby-0.113.154.gem
172
+ gem install ./cybrid_api_bank_ruby-0.114.0.gem
170
173
  ```
171
174
 
172
- (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.113.154.gem` to install the development dependencies)
175
+ (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.114.0.gem` to install the development dependencies)
173
176
 
174
177
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
175
178
 
176
179
  Finally add this to the Gemfile:
177
180
 
178
- gem 'cybrid_api_bank_ruby', '~> 0.113.154'
181
+ gem 'cybrid_api_bank_ruby', '~> 0.114.0'
179
182
 
180
183
  ### Install from Git
181
184
 
@@ -257,6 +260,12 @@ Class | Method | HTTP request | Description
257
260
  *CybridApiBank::IdentityVerificationsBankApi* | [**create_identity_verification**](docs/IdentityVerificationsBankApi.md#create_identity_verification) | **POST** /api/identity_verifications | Create Identity Verification
258
261
  *CybridApiBank::IdentityVerificationsBankApi* | [**get_identity_verification**](docs/IdentityVerificationsBankApi.md#get_identity_verification) | **GET** /api/identity_verifications/{identity_verification_guid} | Get Identity Verification
259
262
  *CybridApiBank::IdentityVerificationsBankApi* | [**list_identity_verifications**](docs/IdentityVerificationsBankApi.md#list_identity_verifications) | **GET** /api/identity_verifications | List Identity Verifications
263
+ *CybridApiBank::InvoicesBankApi* | [**create_invoice**](docs/InvoicesBankApi.md#create_invoice) | **POST** /api/invoices | Create Invoice
264
+ *CybridApiBank::InvoicesBankApi* | [**get_invoice**](docs/InvoicesBankApi.md#get_invoice) | **GET** /api/invoices/{invoice_guid} | Get Invoice
265
+ *CybridApiBank::InvoicesBankApi* | [**list_invoices**](docs/InvoicesBankApi.md#list_invoices) | **GET** /api/invoices | List Invoices
266
+ *CybridApiBank::PaymentInstructionsBankApi* | [**create_payment_instruction**](docs/PaymentInstructionsBankApi.md#create_payment_instruction) | **POST** /api/payment_instructions | Create Payment Instruction
267
+ *CybridApiBank::PaymentInstructionsBankApi* | [**get_payment_instruction**](docs/PaymentInstructionsBankApi.md#get_payment_instruction) | **GET** /api/payment_instructions/{payment_instruction_guid} | Get Payment Instruction
268
+ *CybridApiBank::PaymentInstructionsBankApi* | [**list_payment_instructions**](docs/PaymentInstructionsBankApi.md#list_payment_instructions) | **GET** /api/payment_instructions | List Payment Instructions
260
269
  *CybridApiBank::PricesBankApi* | [**list_prices**](docs/PricesBankApi.md#list_prices) | **GET** /api/prices | Get Price
261
270
  *CybridApiBank::QuotesBankApi* | [**create_quote**](docs/QuotesBankApi.md#create_quote) | **POST** /api/quotes | Create Quote
262
271
  *CybridApiBank::QuotesBankApi* | [**get_quote**](docs/QuotesBankApi.md#get_quote) | **GET** /api/quotes/{quote_guid} | Get Quote
@@ -324,9 +333,13 @@ Class | Method | HTTP request | Description
324
333
  - [CybridApiBank::IdentityVerificationTypeBankModel](docs/IdentityVerificationTypeBankModel.md)
325
334
  - [CybridApiBank::IdentityVerificationWithDetailsAllOfBankModel](docs/IdentityVerificationWithDetailsAllOfBankModel.md)
326
335
  - [CybridApiBank::IdentityVerificationWithDetailsBankModel](docs/IdentityVerificationWithDetailsBankModel.md)
336
+ - [CybridApiBank::InvoiceBankModel](docs/InvoiceBankModel.md)
337
+ - [CybridApiBank::InvoiceListBankModel](docs/InvoiceListBankModel.md)
327
338
  - [CybridApiBank::PatchBankBankModel](docs/PatchBankBankModel.md)
328
339
  - [CybridApiBank::PatchCustomerBankModel](docs/PatchCustomerBankModel.md)
329
340
  - [CybridApiBank::PatchExternalBankAccountBankModel](docs/PatchExternalBankAccountBankModel.md)
341
+ - [CybridApiBank::PaymentInstructionBankModel](docs/PaymentInstructionBankModel.md)
342
+ - [CybridApiBank::PaymentInstructionListBankModel](docs/PaymentInstructionListBankModel.md)
330
343
  - [CybridApiBank::PostAccountBankModel](docs/PostAccountBankModel.md)
331
344
  - [CybridApiBank::PostBankBankModel](docs/PostBankBankModel.md)
332
345
  - [CybridApiBank::PostCustomerAddressBankModel](docs/PostCustomerAddressBankModel.md)
@@ -343,6 +356,8 @@ Class | Method | HTTP request | Description
343
356
  - [CybridApiBank::PostIdentityVerificationAddressBankModel](docs/PostIdentityVerificationAddressBankModel.md)
344
357
  - [CybridApiBank::PostIdentityVerificationBankModel](docs/PostIdentityVerificationBankModel.md)
345
358
  - [CybridApiBank::PostIdentityVerificationNameBankModel](docs/PostIdentityVerificationNameBankModel.md)
359
+ - [CybridApiBank::PostInvoiceBankModel](docs/PostInvoiceBankModel.md)
360
+ - [CybridApiBank::PostPaymentInstructionBankModel](docs/PostPaymentInstructionBankModel.md)
346
361
  - [CybridApiBank::PostQuoteBankModel](docs/PostQuoteBankModel.md)
347
362
  - [CybridApiBank::PostTradeBankModel](docs/PostTradeBankModel.md)
348
363
  - [CybridApiBank::PostTransferBankModel](docs/PostTransferBankModel.md)
@@ -416,4 +431,7 @@ Class | Method | HTTP request | Description
416
431
  - deposit_addresses:execute: deposit_addresses execute
417
432
  - deposit_bank_accounts:read: deposit_bank_accounts read
418
433
  - deposit_bank_accounts:execute: deposit_bank_accounts execute
434
+ - invoices:read: invoices read
435
+ - invoices:write: invoices write
436
+ - invoices:execute: invoices execute
419
437
 
@@ -3,9 +3,9 @@
3
3
  =begin
4
4
  #Cybrid Bank API
5
5
 
6
- ## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.sandbox.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Understanding the Platform](https://kb.cybrid.xyz/understanding-the-platform) 2. [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide) 3. [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading) 4. [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) (or, alternatively, [Testing with Hosted Web Demo App](https://kb.cybrid.xyz/testing-with-hosted-web-demo-app)) In [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. If you've already run through the first two guides, you can follow the [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) guide to test our web SDK with your sandbox `bank` and `customer`. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.sandbox.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.sandbox.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
6
+ ## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.sandbox.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Understanding the Platform](https://kb.cybrid.xyz/understanding-the-platform) 2. [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide) 3. [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading) 4. [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) (or, alternatively, [Testing with Hosted Web Demo App](https://kb.cybrid.xyz/testing-with-hosted-web-demo-app)) In [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. If you've already run through the first two guides, you can follow the [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) guide to test our web SDK with your sandbox `bank` and `customer`. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.sandbox.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.sandbox.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute invoices:read invoices:write invoices:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Invoice | /api/invoices | Create, get and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
7
7
 
8
- The version of the OpenAPI document: v0.113.154
8
+ The version of the OpenAPI document: v0.114.0
9
9
  Contact: support@cybrid.app
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 6.0.0
@@ -0,0 +1,40 @@
1
+ # CybridApiBank::InvoiceBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **guid** | **String** | Auto-generated unique identifier for the payment instruction. | [optional] |
8
+ | **customer_guid** | **String** | The customer identifier. | [optional] |
9
+ | **account_guid** | **String** | The account payment will ultimately be received into. | [optional] |
10
+ | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
11
+ | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
12
+ | **invoice_type** | **String** | The type of invoice; one of lightning. | [optional] |
13
+ | **asset** | **String** | The asset code the customer will receive the funds in. | [optional] |
14
+ | **receive_amount** | **Integer** | The amount to be received in base units of the asset, i.e., the amount the customer will receive after fees. ONLY one of receive_amount or deliver_amount is required. | [optional] |
15
+ | **deliver_amount** | **Integer** | The amount to be delivered in base units of the asset, i.e., the amount the customer will receive before fees. ONLY one of receive_amount or deliver_amount is required. | [optional] |
16
+ | **fee** | **Integer** | The fee associated with this invoice in base units of the asset. | [optional] |
17
+ | **state** | **String** | The state of the invoice; one of storing, unpaid, cancelling, cancelled, settling, or paid. | [optional] |
18
+ | **labels** | **Array&lt;String&gt;** | The labels associated with the invoice. | [optional] |
19
+
20
+ ## Example
21
+
22
+ ```ruby
23
+ require 'cybrid_api_bank_ruby'
24
+
25
+ instance = CybridApiBank::InvoiceBankModel.new(
26
+ guid: null,
27
+ customer_guid: null,
28
+ account_guid: null,
29
+ created_at: null,
30
+ updated_at: null,
31
+ invoice_type: null,
32
+ asset: null,
33
+ receive_amount: null,
34
+ deliver_amount: null,
35
+ fee: null,
36
+ state: null,
37
+ labels: null
38
+ )
39
+ ```
40
+
@@ -0,0 +1,24 @@
1
+ # CybridApiBank::InvoiceListBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total** | **Integer** | The total number of records available. | |
8
+ | **page** | **Integer** | The page index to retrieve. | |
9
+ | **per_page** | **Integer** | The number of entities per page to return. | |
10
+ | **objects** | [**Array&lt;InvoiceBankModel&gt;**](InvoiceBankModel.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'cybrid_api_bank_ruby'
16
+
17
+ instance = CybridApiBank::InvoiceListBankModel.new(
18
+ total: null,
19
+ page: null,
20
+ per_page: null,
21
+ objects: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,240 @@
1
+ # CybridApiBank::InvoicesBankApi
2
+
3
+ All URIs are relative to *https://bank.sandbox.cybrid.app*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**create_invoice**](InvoicesBankApi.md#create_invoice) | **POST** /api/invoices | Create Invoice |
8
+ | [**get_invoice**](InvoicesBankApi.md#get_invoice) | **GET** /api/invoices/{invoice_guid} | Get Invoice |
9
+ | [**list_invoices**](InvoicesBankApi.md#list_invoices) | **GET** /api/invoices | List Invoices |
10
+
11
+
12
+ ## create_invoice
13
+
14
+ > <InvoiceBankModel> create_invoice(post_invoice_bank_model)
15
+
16
+ Create Invoice
17
+
18
+ Creates a invoice. ## State | State | Description | |-------|-------------| | storing | The Platform is storing the invoice details in our private store | | unpaid | The invoice is unpaid. Payment instructions can be generated for an invoice in this state | | cancelling | The invocie is in the process of being cancelled | | cancelled | The invoice has been cancelled | | settling | The invoice has been paid and the funds associated with this invoice are in the process of being settled | | paid | The invoice has been paid and the funds associated with this invoice have been settled | Required scope: **invoices:execute**
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'cybrid_api_bank_ruby'
25
+ # setup authorization
26
+ CybridApiBank.configure do |config|
27
+ # Configure Bearer authorization (JWT): BearerAuth
28
+ config.access_token = 'YOUR_BEARER_TOKEN'
29
+
30
+ # Configure OAuth2 access token for authorization: oauth2
31
+ config.access_token = 'YOUR ACCESS TOKEN'
32
+ end
33
+
34
+ api_instance = CybridApiBank::InvoicesBankApi.new
35
+ post_invoice_bank_model = CybridApiBank::PostInvoiceBankModel.new({asset: 'asset_example'}) # PostInvoiceBankModel |
36
+
37
+ begin
38
+ # Create Invoice
39
+ result = api_instance.create_invoice(post_invoice_bank_model)
40
+ p result
41
+ rescue CybridApiBank::ApiError => e
42
+ puts "Error when calling InvoicesBankApi->create_invoice: #{e}"
43
+ end
44
+ ```
45
+
46
+ #### Using the create_invoice_with_http_info variant
47
+
48
+ This returns an Array which contains the response data, status code and headers.
49
+
50
+ > <Array(<InvoiceBankModel>, Integer, Hash)> create_invoice_with_http_info(post_invoice_bank_model)
51
+
52
+ ```ruby
53
+ begin
54
+ # Create Invoice
55
+ data, status_code, headers = api_instance.create_invoice_with_http_info(post_invoice_bank_model)
56
+ p status_code # => 2xx
57
+ p headers # => { ... }
58
+ p data # => <InvoiceBankModel>
59
+ rescue CybridApiBank::ApiError => e
60
+ puts "Error when calling InvoicesBankApi->create_invoice_with_http_info: #{e}"
61
+ end
62
+ ```
63
+
64
+ ### Parameters
65
+
66
+ | Name | Type | Description | Notes |
67
+ | ---- | ---- | ----------- | ----- |
68
+ | **post_invoice_bank_model** | [**PostInvoiceBankModel**](PostInvoiceBankModel.md) | | |
69
+
70
+ ### Return type
71
+
72
+ [**InvoiceBankModel**](InvoiceBankModel.md)
73
+
74
+ ### Authorization
75
+
76
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
77
+
78
+ ### HTTP request headers
79
+
80
+ - **Content-Type**: application/json
81
+ - **Accept**: application/json
82
+
83
+
84
+ ## get_invoice
85
+
86
+ > <InvoiceBankModel> get_invoice(invoice_guid)
87
+
88
+ Get Invoice
89
+
90
+ Retrieves a invoice. Required scope: **invoices:read**
91
+
92
+ ### Examples
93
+
94
+ ```ruby
95
+ require 'time'
96
+ require 'cybrid_api_bank_ruby'
97
+ # setup authorization
98
+ CybridApiBank.configure do |config|
99
+ # Configure Bearer authorization (JWT): BearerAuth
100
+ config.access_token = 'YOUR_BEARER_TOKEN'
101
+
102
+ # Configure OAuth2 access token for authorization: oauth2
103
+ config.access_token = 'YOUR ACCESS TOKEN'
104
+ end
105
+
106
+ api_instance = CybridApiBank::InvoicesBankApi.new
107
+ invoice_guid = 'invoice_guid_example' # String | Identifier for the payment instruction.
108
+
109
+ begin
110
+ # Get Invoice
111
+ result = api_instance.get_invoice(invoice_guid)
112
+ p result
113
+ rescue CybridApiBank::ApiError => e
114
+ puts "Error when calling InvoicesBankApi->get_invoice: #{e}"
115
+ end
116
+ ```
117
+
118
+ #### Using the get_invoice_with_http_info variant
119
+
120
+ This returns an Array which contains the response data, status code and headers.
121
+
122
+ > <Array(<InvoiceBankModel>, Integer, Hash)> get_invoice_with_http_info(invoice_guid)
123
+
124
+ ```ruby
125
+ begin
126
+ # Get Invoice
127
+ data, status_code, headers = api_instance.get_invoice_with_http_info(invoice_guid)
128
+ p status_code # => 2xx
129
+ p headers # => { ... }
130
+ p data # => <InvoiceBankModel>
131
+ rescue CybridApiBank::ApiError => e
132
+ puts "Error when calling InvoicesBankApi->get_invoice_with_http_info: #{e}"
133
+ end
134
+ ```
135
+
136
+ ### Parameters
137
+
138
+ | Name | Type | Description | Notes |
139
+ | ---- | ---- | ----------- | ----- |
140
+ | **invoice_guid** | **String** | Identifier for the payment instruction. | |
141
+
142
+ ### Return type
143
+
144
+ [**InvoiceBankModel**](InvoiceBankModel.md)
145
+
146
+ ### Authorization
147
+
148
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
149
+
150
+ ### HTTP request headers
151
+
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: application/json
154
+
155
+
156
+ ## list_invoices
157
+
158
+ > <InvoiceListBankModel> list_invoices(opts)
159
+
160
+ List Invoices
161
+
162
+ Retrieves a list of invoices. Required scope: **invoices:read**
163
+
164
+ ### Examples
165
+
166
+ ```ruby
167
+ require 'time'
168
+ require 'cybrid_api_bank_ruby'
169
+ # setup authorization
170
+ CybridApiBank.configure do |config|
171
+ # Configure Bearer authorization (JWT): BearerAuth
172
+ config.access_token = 'YOUR_BEARER_TOKEN'
173
+
174
+ # Configure OAuth2 access token for authorization: oauth2
175
+ config.access_token = 'YOUR ACCESS TOKEN'
176
+ end
177
+
178
+ api_instance = CybridApiBank::InvoicesBankApi.new
179
+ opts = {
180
+ page: 56, # Integer | The page index to retrieve.
181
+ per_page: 56, # Integer | The number of entities per page to return.
182
+ guid: 'guid_example', # String | Comma separated guids to list invoices for.
183
+ bank_guid: 'bank_guid_example', # String | Comma separated bank_guids to list invoices for.
184
+ customer_guid: 'customer_guid_example', # String | Comma separated customer_guids to list invoices for.
185
+ account_guid: 'account_guid_example', # String | Comma separated account_guids to list invoices for.
186
+ label: 'label_example' # String | Comma separated labels to list invoices for.
187
+ }
188
+
189
+ begin
190
+ # List Invoices
191
+ result = api_instance.list_invoices(opts)
192
+ p result
193
+ rescue CybridApiBank::ApiError => e
194
+ puts "Error when calling InvoicesBankApi->list_invoices: #{e}"
195
+ end
196
+ ```
197
+
198
+ #### Using the list_invoices_with_http_info variant
199
+
200
+ This returns an Array which contains the response data, status code and headers.
201
+
202
+ > <Array(<InvoiceListBankModel>, Integer, Hash)> list_invoices_with_http_info(opts)
203
+
204
+ ```ruby
205
+ begin
206
+ # List Invoices
207
+ data, status_code, headers = api_instance.list_invoices_with_http_info(opts)
208
+ p status_code # => 2xx
209
+ p headers # => { ... }
210
+ p data # => <InvoiceListBankModel>
211
+ rescue CybridApiBank::ApiError => e
212
+ puts "Error when calling InvoicesBankApi->list_invoices_with_http_info: #{e}"
213
+ end
214
+ ```
215
+
216
+ ### Parameters
217
+
218
+ | Name | Type | Description | Notes |
219
+ | ---- | ---- | ----------- | ----- |
220
+ | **page** | **Integer** | The page index to retrieve. | [optional] |
221
+ | **per_page** | **Integer** | The number of entities per page to return. | [optional] |
222
+ | **guid** | **String** | Comma separated guids to list invoices for. | [optional] |
223
+ | **bank_guid** | **String** | Comma separated bank_guids to list invoices for. | [optional] |
224
+ | **customer_guid** | **String** | Comma separated customer_guids to list invoices for. | [optional] |
225
+ | **account_guid** | **String** | Comma separated account_guids to list invoices for. | [optional] |
226
+ | **label** | **String** | Comma separated labels to list invoices for. | [optional] |
227
+
228
+ ### Return type
229
+
230
+ [**InvoiceListBankModel**](InvoiceListBankModel.md)
231
+
232
+ ### Authorization
233
+
234
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
235
+
236
+ ### HTTP request headers
237
+
238
+ - **Content-Type**: Not defined
239
+ - **Accept**: application/json
240
+
@@ -0,0 +1,36 @@
1
+ # CybridApiBank::PaymentInstructionBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **guid** | **String** | Auto-generated unique identifier for the payment instruction. | [optional] |
8
+ | **customer_guid** | **String** | The customer identifier. | [optional] |
9
+ | **invoice_guid** | **String** | The invoice identifier. | [optional] |
10
+ | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
11
+ | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
12
+ | **expired_at** | **Time** | ISO8601 datetime the instructions expired at. | [optional] |
13
+ | **network_address** | **String** | The network address to pay the invoice to. | [optional] |
14
+ | **expected_payment_asset** | **String** | The asset the payor must pay the invoice in, e.g., BTC. | [optional] |
15
+ | **expected_payment_amount** | **Integer** | The amount to be paid in base units of expected_payment_asset. | [optional] |
16
+ | **state** | **String** | The state of the payment instruction; one of storing, created, or expired. | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'cybrid_api_bank_ruby'
22
+
23
+ instance = CybridApiBank::PaymentInstructionBankModel.new(
24
+ guid: null,
25
+ customer_guid: null,
26
+ invoice_guid: null,
27
+ created_at: null,
28
+ updated_at: null,
29
+ expired_at: null,
30
+ network_address: null,
31
+ expected_payment_asset: null,
32
+ expected_payment_amount: null,
33
+ state: null
34
+ )
35
+ ```
36
+
@@ -0,0 +1,24 @@
1
+ # CybridApiBank::PaymentInstructionListBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total** | **Integer** | The total number of records available. | |
8
+ | **page** | **Integer** | The page index to retrieve. | |
9
+ | **per_page** | **Integer** | The number of entities per page to return. | |
10
+ | **objects** | [**Array&lt;PaymentInstructionBankModel&gt;**](PaymentInstructionBankModel.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'cybrid_api_bank_ruby'
16
+
17
+ instance = CybridApiBank::PaymentInstructionListBankModel.new(
18
+ total: null,
19
+ page: null,
20
+ per_page: null,
21
+ objects: null
22
+ )
23
+ ```
24
+