Safepays Havale/EFT Client Api
  1. Methods
Safepays Havale/EFT Client Api
  • Changelogs
  • Callback
  • Methods
    • deposit
      POST
    • withdraw
      POST
    • bank list
      POST
    • transaction status
      GET
  1. Methods

withdraw

POST
/api/v1/withdraw/start
This endpoint returns JSON response with created transaction.
Fields are mandatory.

Request

Header Params

Body Params multipart/form-data

Responses

🟠400withdraw - validation error
application/json
Body

Example
{
    "error": {
        "player_username": [
            "The player username field is required."
        ],
        "player_fullname": [
            "The player fullname field is required."
        ],
        "player_id": [
            "The player id field is required."
        ],
        "amount": [
            "The amount field must be a number."
        ],
        "iban": [
            "The iban must be a correct IBAN.",
            "IBAN fff does not belong to bank Garanti"
        ]
    }
}
🟢200withdraw - success
Previous
deposit
Next
bank list
Built with