This section provides an overview on swipes in Secure Payments.
Within Secure Payments, swipes are represented by the swipe
entity. Swipes represent the transactions associated with a card to draw on a line of credit account. A swipe is generated when a card is used in a transaction.
Swipes are authorized via tokens. Without a token, attempting to create a swipe will result in an error. You can generate swipe tokens, retrieve your tokens, and revoke tokens.
You can also retrieve swipe information, create a swipe and create a swipe event.
Memos are associated with a swipe in a many to one relationship, but there is a max of 50 memos per swipe. You can create a swipe memo, update a memo, and delete a memo.
-
GET/v2/swipe-processor/new-secret
-
GET/v2/swipe-processor/secrets
-
POST/v2/swipe-processor/revoke-secret
-
GET/v2/card/{id}/swipe/{swipe-id}
-
POST/swipes.loanpro.io/{issuer}/create
-
POST/swipes.loanpro.io/{issuer}/event
-
POST/v2/card/{id}/swipe/{swipe-id}/memo
-
PUT/v2/card/{id}/swipe/{swipe-id}/memo/{memo-id}
-
DELETE/v2/card/{id}/swipe/{swipe-id}/memo/{memo-id}