Online Banking

Headers

{
    "Content-Type": "application/json",
    "MERCHANT_KEY": "***"
}
circle-info

Merchant key will be provided to you by your Cabbagino manager

Deposits

Request address

POST

https://api.mvpgateways.com/v2/payment/deposit/

Request example

{
    "payment_system": "Payment_System",
    "external_id": "abc123",
    "amount": 5000,
    "customer": {
        "customer_id": "test123",
        "country": "AU",
        "first_name": "John",
        "last_name": "Doe"
    },
    "urls": {
        "redirect_success_url": "",
        "redirect_decline_url": "",
        "notify_url": ""
    },
    "currency": "AUD",
    "signature": "signature"
}

Response example

Payouts

Request address

POST

Request example

Response example

Last updated