Create Credit Card Payment
POST /v1/pay/cc/process
Attributes
payment_intent string
Payment intent token.
paymentToken string
Payment token.
type string
Type 1 is ECOM
payment and type 2 is MOTO
.
raw_amount float
Payment amount.
customer_email string
Customer email.
customer_name string
Customer name.
transaction_unique string
Transaction unique.
Request
POST https://secure.blinkpayment.co.uk/api/v1/pay/cc/process Content-Type: application/json Authentication: Bearer eyJ0eXAiOiJKV1QiLCJhbG... { "payment_intent": "pi_Swhc84aSLtUGppvPARX...", "paymentToken": "eyJwYXltZW50VG9rZW4iOns...", "type": 2, "raw_amount": 1.1, "customer_email": "random@email.com", "customer_name": "A Smith", "transaction_unique": "PHnRNzjUw..." }
Response
{ "url": "https://api-demo-php.blinkpayment.co.uk/return?res=QkwtTVlVRTV...%3D%3D" }