Skip to main content
POST
https://api-dev-embedded.embedly.ng
/
business
/
transfer
Business Transfer
curl --request POST \
  --url https://api-dev-embedded.embedly.ng/business/transfer \
  --header 'Content-Type: application/json' \
  --data '
{
  "accountNumber": "<string>",
  "accountName": "<string>",
  "amount": "<string>",
  "businessId": "<string>",
  "narration": "<string>",
  "reference": "<string>",
  "bankCode": "<string>",
  "sessionId": "<string>"
}
'
{
	"data": {
		"statusCode": 200,
		"status": "pending",
		"data": {
			"reference": "k",
			"txnId": "nip_08b8c7c1-07a2-43c2-849b-2bef8270b926"
		}
	},
	"statusCode": 200,
	"message": "Transfer transaction is successful"
}

Enquiry

accountNumber
string
required
Example: 8500014302
accountName
string
required
Example: John Doe
amount
string
required
Example: 1000
businessId
string
required
narration
string
required
reference
string
required
bankCode
string
required
Example: 000001
sessionId
string
required
Example: session_123456789012345678901234
{
	"data": {
		"statusCode": 200,
		"status": "pending",
		"data": {
			"reference": "k",
			"txnId": "nip_08b8c7c1-07a2-43c2-849b-2bef8270b926"
		}
	},
	"statusCode": 200,
	"message": "Transfer transaction is successful"
}