Overview
Add or remove accounts from your payout account list.
Add Fund Payment Account
Query Parameters
View full Request Header Parameters.
- Header
cURL -X POST /opc/v1/fund-payment/account-add
'Content-Type:multipart/form-data',
'Opccount-No:995149',
'Va-Code:9435762187450928365',
'Sign:ckQHqFTsawqHScEhxuovywiXTJMio9F0a62qdh/mIONvwWXzfdNFM4cl/2UN490VER64wmw18wOWsgHH/mKL7L+uu5jRQcLkYbwE5CfQEj6g2jHewa70b2zStZPes4DRrgRwLzK+vqwzdP0jifrRYbrB6qVjS8gD4RyGort/Ju1mfaVjJNgPlUWehDJPWPz5MAU/dRpB6ChX7IwjJm4cV/jUqZvOJMDqMov8H5kMyi7g0Jx7LVHIqx9O3Cjn+k+FASpJNNOnv7m5JjvdJkJYXgMC3pGK+uBc+hfHnc20piuz7KxDeQDtaAY9IXCWkPx8BcQaru1HMQgXmBicS85YkQ==',
'Timestamp:1694482115'
Add
View full Request Parameters.
- Resquest
-F 'receiptOpccountNo="VA25677001"' \
Return
- View full Response Parameters.
- Response
{
"msg": "SUCCESS",
"code": "000"
}
Delete Fund Payment Account
Query Parameters
View full Request Header Parameters.
- Delete Fund Payment Account
cURL -X POST /opc/v1/fund-payment/account-delete
'Content-Type:application/json',
'Opccount-No:995149',
'Va-Code:9435762187450928365',
'Sign:ckQHqFTsawqHScEhxuovywiXTJMio9F0a62qdh/mIONvwWXzfdNFM4cl/2UN490VER64wmw18wOWsgHH/mKL7L+uu5jRQcLkYbwE5CfQEj6g2jHewa70b2zStZPes4DRrgRwLzK+vqwzdP0jifrRYbrB6qVjS8gD4RyGort/Ju1mfaVjJNgPlUWehDJPWPz5MAU/dRpB6ChX7IwjJm4cV/jUqZvOJMDqMov8H5kMyi7g0Jx7LVHIqx9O3Cjn+k+FASpJNNOnv7m5JjvdJkJYXgMC3pGK+uBc+hfHnc20piuz7KxDeQDtaAY9IXCWkPx8BcQaru1HMQgXmBicS85YkQ==',
'Timestamp:1694482115'
Delete
- Use the unique account identifier
withdrawalAccountKeyto delete the withdrawal account. - View full Request Parameters.
- Resquest
-d 'fundPaymentAccountKey="1940692717977731072"' \
Response
- View full Response Parameters.
- Response
{
"msg": "SUCCESS",
"code": "000"
}