Batch Transaction Resource

🚧

This is an early access feature.

If you would like your account to be configured, please contact [email protected]

{
  "data":{
    "id": "batch_tr_xxxxxxxxxxxxxxxxxxxxxxxx",
    "type": "batch_transaction",
    "attributes": {
      "amount": 3000,
      "currency": "PHP",
      "description": null,
      "transactions_count": 2,
      "fee": 1000,
      "livemode": true,
      "name": "test disburse 1",
      "net_amount": 5000,
      "provider": "pesonet",
      "status": "pending",
      "created_at": 1695802299,
      "updated_at": 1695802299,
    }
  }
}