Skip to main content

createBatchPayment

PlatformAPI

POST /v1/createBatchPayment

CreateBatchPayment creates a batch payment. You will need to complete the batch payment using the MPCVault web app.
Body
namestring
name is the name of the batch payment.
notesstring
notes is the transaction notes for the batch payment.
string
type is the type of the batch payment. It is a oneof field.
Example:
{
name: Monthly payroll
notes: Monthly payroll
CreateBatchPaymentRequest.evmBatchSendNative:
{
chainId: 137
from: 0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F
recipients: [{address: 0x71C7656EC7ab88bd32g47dgdhhssq245f6d8976F, amount: 0.001, notes: Monthly payroll}]
}
}
Response
batchPaymentBatchPayment
errorError
Example:
{
batchPayment:
error:
}

enum_types