{
"currency": "NGN",
"type": "b2p",
"requestDate": "2026-03-02T18:25:45.000Z",
"amount": "87500.00",
"descriptionText": "Reimbursement for client meeting travel expenses",
"transactionReference": "GSWIFT_B2P_US_NG_260302182545",
"sendingAmount": "95.20",
"payinCcyCode": "USD",
"provider": "23490",
"paymentMode": "Bank account",
"authenticationPartnerCode": "AUTH88201",
"paymentOption": "Account Credit",
"sendingPartnerCode": "SP20260302US_CORP",
"receivingPartnerCode": "RP20260302NG_RETAIL",
"debitParty": [
{
"key": "msisdn",
"value": "+12125557890"
}
],
"creditParty": [
{
"key": "bankaccountno",
"value": "0012345678"
},
{
"key": "sortcode",
"value": "FBNINGLA"
},
{
"key": "organisationid",
"value": "First Bank of Nigeria"
},
{
"key": "banksubcode",
"value": "011"
},
{
"key": "bankBranchName",
"value": "Ikeja Branch"
},
{
"key": "accountName",
"value": "Adebayo Chukwuma"
},
{
"key": "accountIBAN",
"value": ""
},
{
"key": "accountAdditionalNo1",
"value": "FBN/NG/0012345678/LAGOS"
}
],
"senderKyc": {},
"recipientKyc": {
"primaryContactCountryCode": "NG",
"primaryContactNo": "2348034567890",
"primaryContactNoType": "personal",
"emailAddress": "adebayo.chukwuma@example.com",
"subjectName": {
"firstName": "Adebayo",
"lastName": "Chukwuma",
"fullName": "Adebayo Chukwuma"
}
},
"internationalTransferInformation": {
"quoteId": "GSQT260302182545USB2P",
"receivingCountry": "NG",
"remittancePurpose": "Business Travel",
"sourceOfFunds": "Business Income",
"relationshipSender": "Employer"
},
"business": {
"senderKyc": {
"businessName": "Nexa Global Consulting LLC",
"businessAddress1": "350 Fifth Avenue, Floor 42",
"businessAddressCity": "New York",
"businessAddressCountryCode": "US",
"businessPrimaryContactCountryCode": "US",
"businessPrimaryContactNo": "12125557890",
"businessDescription": "Management & Strategy Consulting",
"businessCountryCode": "US",
"businessRegistrationType": "LLC",
"businessRegistrationNumber": "NYC-LLC-987654321",
"businessRegistrationIssueDate": "2019-08-15",
"businessIDValidThru": "2039-08-15"
},
"recepientKyc": {}
}
}curl --location --request POST 'http://prod-cn.your-api-server.com/api/v1/transactions' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "NGN",
"type": "b2p",
"requestDate": "2026-03-02T18:25:45.000Z",
"amount": "87500.00",
"descriptionText": "Reimbursement for client meeting travel expenses",
"transactionReference": "GSWIFT_B2P_US_NG_260302182545",
"sendingAmount": "95.20",
"payinCcyCode": "USD",
"provider": "23490",
"paymentMode": "Bank account",
"authenticationPartnerCode": "AUTH88201",
"paymentOption": "Account Credit",
"sendingPartnerCode": "SP20260302US_CORP",
"receivingPartnerCode": "RP20260302NG_RETAIL",
"debitParty": [
{
"key": "msisdn",
"value": "+12125557890"
}
],
"creditParty": [
{
"key": "bankaccountno",
"value": "0012345678"
},
{
"key": "sortcode",
"value": "FBNINGLA"
},
{
"key": "organisationid",
"value": "First Bank of Nigeria"
},
{
"key": "banksubcode",
"value": "011"
},
{
"key": "bankBranchName",
"value": "Ikeja Branch"
},
{
"key": "accountName",
"value": "Adebayo Chukwuma"
},
{
"key": "accountIBAN",
"value": ""
},
{
"key": "accountAdditionalNo1",
"value": "FBN/NG/0012345678/LAGOS"
}
],
"senderKyc": {},
"recipientKyc": {
"primaryContactCountryCode": "NG",
"primaryContactNo": "2348034567890",
"primaryContactNoType": "personal",
"emailAddress": "adebayo.chukwuma@example.com",
"subjectName": {
"firstName": "Adebayo",
"lastName": "Chukwuma",
"fullName": "Adebayo Chukwuma"
}
},
"internationalTransferInformation": {
"quoteId": "GSQT260302182545USB2P",
"receivingCountry": "NG",
"remittancePurpose": "Business Travel",
"sourceOfFunds": "Business Income",
"relationshipSender": "Employer"
},
"business": {
"senderKyc": {
"businessName": "Nexa Global Consulting LLC",
"businessAddress1": "350 Fifth Avenue, Floor 42",
"businessAddressCity": "New York",
"businessAddressCountryCode": "US",
"businessPrimaryContactCountryCode": "US",
"businessPrimaryContactNo": "12125557890",
"businessDescription": "Management & Strategy Consulting",
"businessCountryCode": "US",
"businessRegistrationType": "LLC",
"businessRegistrationNumber": "NYC-LLC-987654321",
"businessRegistrationIssueDate": "2019-08-15",
"businessIDValidThru": "2039-08-15"
},
"recepientKyc": {}
}
}'{}