API Endpoints
Create Payee
Create a new payee (aka payment destination) for future payments to be sent to
POST
Authorizations
Body
application/json
A cryptocurrency address-based payment destination
The cryptocurrency address to send funds to
The the blockchain to use for the transaction
The name you wish to associate with this payment destination for future lookups.
The type of payment destination
Available options:
CRYPTO_ADDRESS
Contact details for this payment destination
Any additional labels you wish to assign to this payment destination
Response
200 - application/vnd.payman.v1+json
The user-assigned name of the payment destination
The type of payment destination
Available options:
US_ACH
, CRYPTO_ADDRESS
Contact details for this payment destination
The ID of the payment method this entity replaces
The status of the payment destination
Available options:
ACTIVE
, ARCHIVED
, DELETED
Tags to help categorize the payment destination