POST {{baseurl}}/transit-accounts

https://gw.stg.girostack.com/v1

Headers

x-giro-key
string
required

Pass your account’s secret key as the value.

Body Params

accountName
string
required

Value could be business’ name

currency
string
required

Value should be NGN

settlementAccount
string
required

Value should be the publicId of the wallet where you want incoming transactions to be settled.

emailAddress
string

Value should be a valid email address

mobile
object

The mobile number of the customer

 {
        "phoneNumber": "08142351599",
        "isoCode": "NG"
}