Batch Transaction Resource

🚧

Beta testing phase

If you are interested in early access to this feature 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,
    }
  }
}