...
Type | Parameter | Details |
---|
BODY | customer_id | |
BODY | account_status | ASCII string (1) “N” - Normal (only status that allows Authorizations/Purchases) “A” - Auth Prohibited (Authorizations/Purchases are prohibited due to lack of payment, this status can be reverted automatically by the system) “F” - Frozen (Frozen accounts can NOT make Authorizations/Purchases, this status can only be reverted manually by Operations) “Z” - Charged Off (When accounts do not pay for 6 or more months, the account is written off the Portfolio) “C” - Closed (no longer in use, this represents accounts that are closed and can NOT be brought back to life, there are some old accounts with this status)
|
BODY | account_status_reason_code | ASCII string (4) Possible values: AAUT, FAGN, FBNK, FCCS, FCLC, FCLG, FCQC, FCND, FCOP, FDEC, FDVO, FFRD, FHRD, FIND, FINP, FLCK, FOPD, FPAC, FRMA, FRME, FRVK, FSKP, FSLM, NNOR, ZBNK, ZCCO, ZCCS, ZCOP, ZDEC, ZDVO, ZFRD, ZMCO, ZOPD, ZSLM, ZSRO
|
BODY | tos_agreement | |
BODY | risk_rating | ASCII string (4) Risk rating of the Customer Possible values: L, M, H, XH, XXH, XXXH L - Low M - Medium H - High XH - X-High XXH - XX-High XXXH - XXX-High
|
BODY | account_number | |
BODY | credit_limit | |
BODY | available_credit | number (18,2) Customer’s open to buy
|
BODY | originating_merchant_id | |
BODY | originating_merchant_name | |
BODY | creation_date | |
BODY | first_name | ASCII string (80) Customer’s First Name
|
BODY | last_name | ASCII string (130) Customer’s Last Name
|
BODY | card_ending_in | |
BODY | preferred_language | |
...
This service allows the Merchant to gather the Customer information by providing any of the following:
a FlexitiCard (VCC) number
an Account Number
a Customer ID
If you lookup via the FlexitiCard (VCC) number, the response will return the account the VCC FlexitiCard belongs to.
Request Parameters:
Type | Parameter | Required | Details |
---|
HEADER | bearer token | Yes | |
PATH | client_id | Yes | |
QUERY | lang |
| |
QUERY | vcc_number |
| |
QUERY | account_number |
| |
QUERY | customer_id |
| |
...
Type | Parameter | Details |
---|
BODY | available_credit | number (18,2) Customer’s open to buy
|
BODY | account_number | |
BODY | customer_id | |
BODY | security_qid.id | |
BODY | security_qid.text | |
BODY | email | ASCII string (100) Customer Email
|
BODY | phone_number | |
BODY | address_1 | ASCII string (250) Customer Address Line 1
|
BODY | address_2 | ASCII string (100) Customer Address Line 2
|
BODY | city | ASCII string (100) Customer City
|
BODY | postal_code | ASCII string (10) Customer Postal Code
|
BODY | province | ASCII string (2) Customer Province (2 character syntax, ex. ON for Ontario) Available values: AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT.
|
BODY | payment_protection | |
BODY | risk_rating | ASCII string (4) Risk rating of the Customer Possible values: L, M, H, XH, XXH, XXXH L - Low M - Medium H - High XH - X-High XXH - XX-High XXXH - XXX-High
|
BODY | offer_types.plan_name | |
BODY | offer_types.plan_id | |
BODY | offer_types.offer_category | ASCII string Category of the promotional plans available to the customer Available values: equal_billing, deferred_payment
|
BODY | offer_types.term_options | |
BODY | preferred_language | |
...
Type | Parameter | Required | Details |
---|
HEADER | bearer token | Yes | |
PATH | client_id | Yes | |
PATH | account_number | Yes | |
QUERY | lang |
| |
BODY | amount | | |
...