Using the WePay API |
|
2024-11-23 |
|
|
6 |
|
|
REST HTTP Methods
- • GET - Fetch resource(s) from WePay
- • POST - Create a new resource
- • PUT - Modify a resource
- • DELETE - Delete a resource
HTTP Response Codes
- • 200 - GET/PUT/DELETE request succeeded
- • 201 - POST request succeeded (resource created)
- • 400 - Parameter missing
- • 403 - Forbidden
- • 404 - Unknown API Call
- • 405 - Method not allowed
- • 500 - Internal Error - contact api@wepay.com