Skip to main content
POST
Create sender

Authorizations

API-KEY
string
header
required

Your partner API key. Must carry the pobo permission.

Body

application/json
type
enum<string>
required

INDIVIDUAL or BUSINESS. A business carries its name in businessName.

Available options:
INDIVIDUAL,
BUSINESS
firstName
string

Given name. Individuals.

lastName
string

Family name. Individuals.

businessName
string

Registered name. Businesses.

email
string

Contact email.

phone
string

Contact phone in E.164 — +639171234567.

dateOfBirth
string

Date of birth, YYYY-MM-DD.

governmentId
string

Government identifier. Required before the sender can be used for a payout. Must be unique per partner — a duplicate is a 409.

governmentIdType
string

Kind of identifier — for example PASSPORT.

governmentIdIssueCountry
string

ISO 3166-1 alpha-3 country that issued the id.

nationality
string

ISO 3166-1 alpha-3 nationality.

occupation
string

Occupation.

relationshipToCustomer
string

Relationship of this sender to your customer — SELF, for instance.

address
object

Postal address. countryThreeLetter is the ISO 3166-1 alpha-3 code.

Response

Sender created. data carries the snd_ reference id.