Managing merchants
Overview
You can update the merchantName
and merchantRefId
using the update merchant endpoint and passing in the merchantId
parameter.
Manage payment types
After a Merchant is created, to update the payment types for the entity or a given Merchant, use the Create and Delete Payment Types endpoints. If the merchantId
is omitted in the request, it is assumed the action will apply at the Entity level.
The create payment types adds networks
and tokens
to the list of payment types and the delete payment type removes networks
and tokens
.
The list payment types provides a list of tokens that are configured for acceptance by your Entity or Merchant, when the merchantId
.
Managing payout destination
After an Entity and Merchant are created, to update the payout destination you can add an additional payout destination using the create payout destination endpoint and specify if this destination should be the default
. If the merchantId
is omitted in the request, it is assumed the action will apply at the Entity level.
The default
payout destination is used when a payin
is created and the destination is left blank.
Payout destinations are identify by their payoutDestinationId
provided in the response.
To delete a payout destination, use the delete payout destination and passing in the payoutDestinationId
.
The list payment destinations provides a list of payoutDestinations
that are configured for acceptance by your Entity or Merchant, when the merchantId
is passed in.
Updated about 22 hours ago