- OUTBACK APIs
- User
- Post
- Get Popular Categories Post
- Add Post
- Update Post
- Get Post
- Get My Post
- Detail Post By Id
- Get Trending Posts
- Get Most Viewed Post
- get specfic user post
- Record Fav_Unfav post
- Get Favt Post
- Record Views
- All Posts Views
- Add Comment
- Get Comments
- Get Collection List
- Get Post Collection
- Remove Collection
- Soft Delete Post
- Delete Post
- Update Sold Type
- report post
- update thumnail of posts
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
Add Bank Account
POST
/wallet-mgt/add-bank-account
Request
Header Params
Authorization
string
optional
Example:
bearer {{accessToken}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://13.239.78.144:3000/api/v1/wallet-mgt/add-bank-account' \
--header 'Authorization: bearer '
Responses
🟢200Success
application/json
Body
account_name
string
required
account_number
string
required
bsb
string
required
bank_name
string
required
Example
{
"account_name": "John Doe",
"account_number": "98765432",
"bsb": "987-654",
"bank_name": "Commonwealth Bank"
}
Modified at 2024-12-02 11:20:12