/
/snap-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Authentication1
Callback1
Flow1
Submissions1
  • postBackend Integration
  • getGet Token
  • postAkulaku PayLater
  • postCapture Transaction
  • postCancel Transaction
  • postCopy of Refund Transactions
  • postDirect Refund Transaction
  • getGet Transaction Status
  • getRegister Card
  • postCreate Pay Account (GoPay)
  • getBIN API (Card Payment)
  • postCreate Subscription
  • getGet Subscription
  • patchUpdate Subscription
  • postDisable Subscription
  • postCancel Subscription
  • postCapture Transaction on Card
  • postCancel Transaction on Card
  • postRefund Transactions on Card
  • getGet Transaction Status on Card
  • postCreate Payment Link
  • getGenerate User Token
  • getGenerate Partner Token
  • postInitiate Flow
  • getGet presigned URLs for submission
  • putConfirm upload for submission
  • getGet submission status
  • getGet Submission Details
  • getGet Presigned URLs
  • putConfirm Upload
  • postGenerate Web View URL
  • getGet Presigned URLs V2
  • putConfirm Upload V2
  • getGet Submission Details V2

Register Card

Register Card for Card Payment Method

get/v2/card/register

Query parameters

card_numberstring
card_exp_monthstring
card_exp_yearstring
client_keystring
callbackstring

Response

200

status_codestring
saved_token_idstring
transaction_idstring
masked_cardstring

Example response

{
  "status_code": "200",
  "saved_token_id": "436502PjvfpHomPBggDvfipaIYhV0009",
  "transaction_id": "50e7c4ac-772e-43fa-94fb-52559bce4fc0",
  "masked_card": "48111111-1114"
}

Changes