v1
latestOpenAPI 3.0.12026-07-243407211.3 MBCreate New Payee
Create a new payee for a customer’s account.<br/> • A payee can be a merchant or a person.<br/> • A Person payee is a custom individual not listed in Green Dot’s vendor payee directory, so the full address information must be provided in order to send the bill payment.<br/> • This endpoint allows the creation of a new payee for a customer’s account.<br/> • The payee can be used for future bill payments.<br/> • The response includes the new payee identifier and status.<br/> • The payeeType must be either 'Merchant' or 'Person'.<br/> • For merchant payees, merchantId should be provided.<br/> • For person payees, full address and contact information must be provided.<br/> • The accountIdentifier must be a valid GUID.<br/> • The requestId must be provided in the X-GD-RequestId header for idempotency and tracking.<br/>
Path parameters
The program code associated with the partner implementation. This identifies the specific program context for the payee.
The unique identifier of the account to which the payee will be added. Must be a valid GUID.
Headers
The unique request identifier for idempotency and tracking. Must be provided in the X-GD-RequestId header.
Request body
Response
Created