Bank Account | View
http://localhost/api/bank_accounts/{{bankAccountId}}
GET
This endpoint is to show the details of perticular bank account by using its unique id.
Query PARAMS
bankAccountId string required
Must be valid Bank Account Unique id
RESPONSES
success "boolean"
message "string"
code "integer"
data "object"
bank_account "object"
unique_id "string"
type "string"
currency "string"
bank_account "object"
bank_name "string"
iban "string"
status "string"
created_at "string"
updated_at "string"
success "boolean"
message "string"
code "integer"
data "array"