POST - Create Cards
Cards are a type of financial instrument.
Last updated
Cards are a type of financial instrument.
Last updated
You can create virtual or physical cards that are issued to the consumer or corporate identity. A card created in prepaid mode has its own balance, whereas a card created in debit mode does not have its own balance but taps into the balance of its parent managed account.
profileId (required)
string (ProfileId) ^[0-9]+$
The profile Id which a specific identity, instrument or transaction type is linked to. Profiles contain configuration and determine behavioural aspects of the newly created transaction, for example, fees that may apply.
You can have one or more profiles linked to your application, and these can be used to drive different behaviours according to your product's needs.
tag
string (Tag) <= 50 characters ^[a-zA-Z0-9_-]+$
The tag field is a custom field that can be used to search and filter.
friendlyName (required)
string [ 1 .. 50 ] characters
The friendly name for the card.
nameOnCard (required)
string [ 1 .. 27 ] characters
^[a-zA-Z0-9ΓΓΓΓΓΓΓ
ΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΕ ΓΓΓΓΕΈΓΕ½ΔΔΔΔΔΔΉΔ½ΕΕΕΕΕΕΘΘŀŰŹŻÀÑcdæéëeΓllnΓΆoΓΈΓ΄rΕ‘tΓΌΓΊuuΓ½ΕΎ\-^. '-]*$
The card holder's name for the card.
This may be verified by merchants when the card is used online. For Physical cards, this field will be printed on the card. The maximum characters allowed will depend on the design chosen and will be provided to you by us when setting up your plastic cards.
nameOnCardLine2
string <= 27 characters
^[a-zA-Z0-9ΓΓΓΓΓΓΓ
ΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΓΕ ΓΓΓΓΕΈΓΕ½ΔΔΔΔΔΔΉΔ½ΕΕΕΕΕΕΘΘŀŰŹŻÀÑcdæéëeΓllnΓΆoΓΈΓ΄rΕ‘tΓΌΓΊuuΓ½ΕΎ\-^. '-]*$
Line 2 of the 'name on card' field. For Physical cards, this field will be printed on the card. The maximum characters allowed will depend on the design chosen and will be provided to you by Weavr when setting up your plastic cards.
billingAddress (required)
object (Address)
The billing address set for the card holder. This may be verified by merchants when the card is used online.
digitalWallets
object (DigitalWallets)
The Card Tokenisation details
authForwardingDefaultTimeoutDecision
string
Default decision for auth forwarding on timeout
Enum: "APPROVE"
"DECLINE"
threeDSecureAuthConfig
object (ThreeDSecureAuthConfig)
3DS details for card creation
mode (required)
string
// "PREPAID_MODE" OR "DEBIT_MODE"
The card can be created in prepaid mode or debit mode.
A prepaid mode card has its own balance and can have funds transferred to or from it.
A debit mode card does not have its own balance but will be able to spend funds belonging to its parent managed account, subject to a configurable spend limit.
currency (required)
string (Currency) = 3 characters ^[A-Z]*$
The currency expressed in ISO-4217 code. Example: GBP, EUR, USD.
parentManagedAccountId (required for prepaid mode)
string^[0-9]+$
Id of the managed account holding funds which the managed card will access, up to a configurable spend limit.
200 Success
401 Unauthorized - Your credentials or access token are invalid.
403 Forbidden - Access to the requested resource or action is forbidden.
429 Too many requests.
500 Internal Server Error - There is a problem with the server. Please try again later.
503 Service Unavailable - We're temporarily offline for maintenance. Please try again later.
STEP_UP_REQUIRED
Current session is expired, Call stepup api to create new session
ACCESS_TOKEN_REQUIRED
Issue with your token (Invalid or expired)
addressLine1 (required)
string <= 150 characters
The first line of the address.
addressLine2
string <= 150 characters
The second line of the address.
city (required)
string <= 50 characters
The city of the address.
postCode (required)
string <= 10 characters
^[A-Za-z0-9 -]*$
The post cost associated with the address.
state
string <= 50 characters
The state of the address.
country (required)
string = 2 characters
^[A-Z]+$
The country of the address expressed in ISO 3166 alpha-2 format.
pushProvisioningEnabled
boolean
Indicates whether the card is enabled for push provisioning in a digital wallet.
walletsEnabled
boolean
Indicates whether the card is enabled for tokenisation in a digital wallet.
artworkReference
string
The artwork reference that will be used if the card is enabled for tokenisation in a digital wallet.
linkedUserIdrequired
string <= 19 characters ^[0-9]+$
The Authorised user whose authentication / billing details will be reflected on the card for verification purposes such as 3ds.
primaryChannelrequired
string
Primary Authentication Method
Enum: "OTP_SMS" "BIOMETRICS" "TWILIO_AUTHY"
fallbackChannel
string
Fallback Authentication Method
Value: "OTP_SMS"