Create a transfer sender
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique identifier to track this operation. It must be between 12 and 255 characters in length.
12 - 255A unique identifier to prevent duplicate requests. It must be between 12 and 255 characters in length.
12 - 255Sender information for GBP bank transfers.
The Sender's name.
The Sender's email address
^[a-zA-Z0-9_+&*-]+(?:\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}$"cornelius@gmail.com"
The Sender's residential address
The Sender's phone number
{
"country_code": "234",
"number": "08012345678"
}