Skip to main content
POST
/
payments
/
email
/
batch-pay
{
  "code": 200,
  "msg": "Payment sent successfully to users",
  "data": [
    {
      "txn_id": 1751194593304,
      "username": "snackmoney",
      "receipt": "https://snack.money/transaction/1751194593304"
    }
  ]
}

Body

application/json
currency
enum<string>
required
Available options:
USDC
Example:

"USDC"

receivers
object[]
required
Minimum length: 1
description
string | null
Example:

"A description about the payment"

meta
object

Response

Success

code
enum<number>
required
Available options:
200
data
object[]
required
msg
string
default:Payment sent successfully to users