Validate Credit Card

{
	"transaction": {
		"amount": 1.00,
		"funds-direction": "FromCustomer"
	},
	"card": {
		"token": "{PaymentProfileToken}"
	},
	"metadata": {}
}

Instructions

This request lets you validate certain types of credit card data. Specifically, Secure Payments can provide information about processing fees, funds availability, and address verification.

For more information, see our article Secure Payments API – Credit Card Validation.

Language
Authorization
Click Try It! to start a request and see the response here!