Skip to main content
POST
Create recipient

Authorizations

API-KEY
string
header
required

Your partner API key. Must carry the pobo permission.

Body

application/json
type
enum<string>

INDIVIDUAL or BUSINESS.

Available options:
INDIVIDUAL,
BUSINESS
firstName
string

Given name.

lastName
string

Family name.

alias
string

Your own label for this recipient.

email
string

Contact email.

phone
string

Contact phone in E.164.

bankName
string

Receiving bank.

bankAccountNumber
string

Account number at the receiving bank.

swiftBic
string

SWIFT/BIC of the receiving bank.

accountType
string

Account type — SAVINGS, CHECKING.

currency
string

Destination currency, ISO 4217 — PHP.

payoutRail
string

Payout rail. POBO accepts Paywho rails only.

relationshipToCustomer
string

Relationship of the recipient to your customer.

recipientAddress
object

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

Response

Recipient created. data carries the rec_ reference id.