/
BI
binibit
/
WebApp
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 5h ago
Details
Filter operations
ApiAffiliate
16
ApiApiKeys
3
ApiAvatars
4
ApiBananatechWebhook
1
ApiBiniChainConnect
1
ApiChat
1
ApiClientLogs
1
ApiCurrencies
2
ApiCurrencyListings
24
ApiCurrencyOfferings
6
ApiCurrencyPairs
6
ApiDeals
5
ApiExternalPayments
5
ApiFaq
1
ApiFinance
21
ApiFutures
23
ApiHealthcheck
3
ApiHelpdeskFiles
2
ApiHelpdeskTickets
6
ApiMobileApps
2
ApiNews
2
ApiOrders
15
ApiP2P
55
ApiPaymentCards
18
get
/api/payment-cards
post
/api/payment-cards
get
/api/payment-cards/{cardId}
get
/api/payment-cards/{cardId}/transfers
post
/api/payment-cards/{cardId}/transfers
get
/api/payment-cards/{cardId}/balance
get
/api/payment-cards/{cardId}/transactions
get
/api/payment-cards/{cardId}/sensitive-details
get
/api/payment-cards/{cardId}/callbacks
get
/api/payment-cards/{cardId}/verification-codes
post
/api/payment-cards/{cardId}/3ds/confirm
post
/api/payment-cards/{cardId}/set-pin
get
/api/payment-cards/transfers
get
Public product catalog — intentionally without M:WebApp.Services.IStockAuthService.CheckApiUserAuthorized(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Http.HttpRequest,System.Boolean) (pre-login listing; only non-sensitive template metadata).
get
/api/payment-cards/available-products
get
/api/payment-cards/supported-dial-codes
post
/api/payment-cards/{cardId}/activate-physical
post
/api/payment-cards/{cardId}/set-status
ApiQuestionnaires
3
ApiStaking
6
ApiStakingAffiliate
8
ApiSupportTelegram
2
ApiTelegramLink
5
ApiTwoFA
1
ApiUser
8
ApiVerificationSumsub
2
ApiPaymentCards
post
/api/payment-cards/{cardId}/activate-physical
Path parameters
cardId
string
uuid
required
Request body
ActivatePhysicalPaymentCardDto
required
userId
string
nullable
printedCardNumber
string
nullable
pin
string
nullable
Response
Success
PaymentCardDto
required
id
string
uuid
userId
string
nullable
status
10
|
20
|
30
|
40
|
50
|
60
currencyCode
string
nullable
maskedPan
string
nullable
dateCreated
string
date-time
templateId
integer
type
string
nullable
paymentSystem
string
nullable
rechargeFee
number
double
nullable
rechargeMinLimit
number
double
nullable
rechargeMaxLimit
number
double
nullable
canActivate
boolean
shipping
ShippingInfo
Changes