Issue Cards

White-Labeled Card Issuance

Issue and service white-labeled cards for individual and business accounts. With our card issuance feature, platforms can issue cards in combination with deposit and FBO accounts. Our Visa cards can be used to perform account aggregation for transaction analysis and can be funded in a variety of ways, including ACH, RDC, Wire and Interchange payments.

Key features include:

  • White-Labeled Card: Put your brand front and center with our customizable card designs.

  • Flexible Functionality: Ability to generate virtual or physical cards. Cards have dynamic spending limits (capped or preset spending limits), and users have the ability to pause, terminate, and replace their cards as needed.

  • No Incremental Fees: No monthly, transaction or cash reload fees. No international travel fees and unlimited access to our surcharge-free MoneyPass ATM Network.

At the API level, Issuing Cards works the following way:

Subnet-US
View API
import os
from synapse_pay_rest import Client
from synapse_pay_rest import User
from synapse_pay_rest.models.nodes import CardUsNode
kwargs = {
'nickname': 'My Debit Card',
'document_id': user.base_documents[0].id
}
node = CardUsNode.create(user, **kwargs)

More Resources