Authorizations
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.
Headers
Merchant ID of the profile.
Body
The name of profile
64
The URL to redirect after the completion of the operation
255
"https://www.example.com/success"
A boolean value to indicate if payment response hash needs to be enabled
true
Refers to the hash key used for calculating the signature for webhooks and redirect response. If the value is not provided, a value is automatically generated.
A boolean value to indicate if redirect to merchant with http post needs to be enabled
true
Metadata is useful for storing additional, unstructured information on an object.
Will be used to determine the time till which your payment will be active once the payment session starts
x >= 0
900
create
, confirm
Verified Apple Pay domains for a particular profile
Client Secret Default expiry for all payments created under this profile
x >= 0
900
Whether to use the billing details passed when creating the intent as payment method billing
A boolean value to indicate if customer shipping details needs to be collected from wallet connector only if it is required field for connector (Eg. Apple Pay, Google Pay etc)
false
A boolean value to indicate if customer billing details needs to be collected from wallet connector only if it is required field for connector (Eg. Apple Pay, Google Pay etc)
false
A boolean value to indicate if customer shipping details needs to be collected from wallet connector irrespective of connector required fields (Eg. Apple pay, Google pay etc)
false
A boolean value to indicate if customer billing details needs to be collected from wallet connector irrespective of connector required fields (Eg. Apple pay, Google pay etc)
false
Indicates if the MIT (merchant initiated transaction) payments can be made connector
agnostic, i.e., MITs may be processed through different connector than CIT (customer
initiated transaction) based on the routing rules.
If set to false
, MIT will go through the same connector as the CIT.
Object for GenericLinkUiConfig
These key-value pairs are sent as additional custom headers in the outgoing webhook request. It is recommended not to use more than four key-value pairs.
Merchant Connector id to be stored for tax_calculator connector
Indicates if tax_calculator connector is enabled or not.
If set to true
tax_connector_id will be checked.
Indicates if network tokenization is enabled or not.
Indicates if click to pay is enabled or not.
false
Product authentication ids
Indicates if clear pan retries is enabled or not.
Indicates if debit routing is enabled or not
AF
, AX
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, CI
, HR
, CU
, CW
, CY
, CZ
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RE
, RO
, RU
, RW
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, US
Indicates if the redirection has to open in the iframe
false
Indicates if external vault is enabled or not.
5411
, 7011
, 0763
, 8111
, 5021
, 4816
, 5661
A wrapper type for merchant country codes that provides validation and conversion functionality.
This type stores a country code as a string and provides methods to validate it
and convert it to a Country
enum variant.
enable
, skip
Response
Account Created
The identifier for Merchant Account
64
"y3oqhf46pyzuxjbcn2giaqnb44"
The identifier for profile. This must be used for creating merchant accounts, payments and payouts
64
"pro_abcdefghijklmnopqrstuvwxyz"
Name of the profile
64
A boolean value to indicate if payment response hash needs to be enabled
true
A boolean value to indicate if redirect to merchant with http post needs to be enabled
true
Indicates if tax_calculator connector is enabled or not.
If set to true
tax_connector_id will be checked.
Indicates if network tokenization is enabled or not.
false
Indicates if click to pay is enabled or not.
false
Indicates if clear pan retries is enabled or not.
enable
, skip
The URL to redirect after the completion of the operation
255
"https://www.example.com/success"
Refers to the hash key used for calculating the signature for webhooks and redirect response. If the value is not provided, a value is automatically generated.
Metadata is useful for storing additional, unstructured information on an object.
Verified Apple Pay domains for a particular profile
Client Secret Default expiry for all payments created under this profile
900
A boolean value to indicate if customer shipping details needs to be collected from wallet connector only if it is required field for connector (Eg. Apple Pay, Google Pay etc)
false
A boolean value to indicate if customer billing details needs to be collected from wallet connector only if it is required field for connector (Eg. Apple Pay, Google Pay etc)
false
A boolean value to indicate if customer shipping details needs to be collected from wallet connector irrespective of connector required fields (Eg. Apple pay, Google pay etc)
false
A boolean value to indicate if customer billing details needs to be collected from wallet connector irrespective of connector required fields (Eg. Apple pay, Google pay etc)
false
Indicates if the MIT (merchant initiated transaction) payments can be made connector
agnostic, i.e., MITs may be processed through different connector than CIT (customer
initiated transaction) based on the routing rules.
If set to false
, MIT will go through the same connector as the CIT.
Object for GenericLinkUiConfig
These key-value pairs are sent as additional custom headers in the outgoing webhook request.
Will be used to determine the time till which your payment will be active once the payment session starts
x >= 0
900
create
, confirm
Merchant Connector id to be stored for tax_calculator connector
Indicates if CVV should be collected during payment or not.
Product authentication ids
Indicates if debit routing is enabled or not
AF
, AX
, AL
, DZ
, AS
, AD
, AO
, AI
, AQ
, AG
, AR
, AM
, AW
, AU
, AT
, AZ
, BS
, BH
, BD
, BB
, BY
, BE
, BZ
, BJ
, BM
, BT
, BO
, BQ
, BA
, BW
, BV
, BR
, IO
, BN
, BG
, BF
, BI
, KH
, CM
, CA
, CV
, KY
, CF
, TD
, CL
, CN
, CX
, CC
, CO
, KM
, CG
, CD
, CK
, CR
, CI
, HR
, CU
, CW
, CY
, CZ
, DK
, DJ
, DM
, DO
, EC
, EG
, SV
, GQ
, ER
, EE
, ET
, FK
, FO
, FJ
, FI
, FR
, GF
, PF
, TF
, GA
, GM
, GE
, DE
, GH
, GI
, GR
, GL
, GD
, GP
, GU
, GT
, GG
, GN
, GW
, GY
, HT
, HM
, VA
, HN
, HK
, HU
, IS
, IN
, ID
, IR
, IQ
, IE
, IM
, IL
, IT
, JM
, JP
, JE
, JO
, KZ
, KE
, KI
, KP
, KR
, KW
, KG
, LA
, LV
, LB
, LS
, LR
, LY
, LI
, LT
, LU
, MO
, MK
, MG
, MW
, MY
, MV
, ML
, MT
, MH
, MQ
, MR
, MU
, YT
, MX
, FM
, MD
, MC
, MN
, ME
, MS
, MA
, MZ
, MM
, NA
, NR
, NP
, NL
, NC
, NZ
, NI
, NE
, NG
, NU
, NF
, MP
, NO
, OM
, PK
, PW
, PS
, PA
, PG
, PY
, PE
, PH
, PN
, PL
, PT
, PR
, QA
, RE
, RO
, RU
, RW
, BL
, SH
, KN
, LC
, MF
, PM
, VC
, WS
, SM
, ST
, SA
, SN
, RS
, SC
, SL
, SG
, SX
, SK
, SI
, SB
, SO
, ZA
, GS
, SS
, ES
, LK
, SD
, SR
, SJ
, SZ
, SE
, CH
, SY
, TW
, TJ
, TZ
, TH
, TL
, TG
, TK
, TO
, TT
, TN
, TR
, TM
, TC
, TV
, UG
, UA
, AE
, GB
, UM
, UY
, UZ
, VU
, VE
, VN
, VG
, VI
, WF
, EH
, YE
, ZM
, ZW
, US
Indicates if the redirection has to open in the iframe
false
Indicates if external vault is enabled or not.
5411
, 7011
, 0763
, 8111
, 5021
, 4816
, 5661
A wrapper type for merchant country codes that provides validation and conversion functionality.
This type stores a country code as a string and provides methods to validate it
and convert it to a Country
enum variant.
monitoring
, smart
, cascading