Aldy Pay
  1. Auth
Aldy Pay
  • Vendors
    • Auth
      • Login With Password
        POST
      • Login Get Code
        POST
      • Login With Code
        POST
      • Send OTP
        POST
    • Transaction
      • Assets
      • Transactions
      • Invoice
      • Refund
  1. Auth

Send OTP

POST
/api/v1/vendors/auth/otp

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🔴500Card Not found
🟠400Bad Request
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://devbo.aldypay.com/api/v1/vendors/auth/otp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "code": "card code"
}'
Response Response Example
200 - Success
{
    "status": true,
    "code": 200,
    "description": "OK",
    "data": {
        "message": "رمز موقت ارسال شد"
    }
}
Modified at 2025-10-26 05:15:47
Previous
Login With Code
Next
Assets
Built with