v2
latestOpenAPI 3.0.22026-08-081303782.1 MBPayment Instruments
Create a Payment Instrument
Create a Payment Instrument resource using a card or bank account. {% admonition type="warning" name="Payment Instruments PCI Scope" %} The creation of Payment Instruments directly via Finix's API should only be done for testing purposes. You must use our hosted fields or the javascript client to remain out of PCI scope. {% /admonition %}
post/payment_instruments
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Example request
{
"bank_code": "123456789"
}Response
A single Payment Instrument
Example response
{
"fingerprint": "FPRxxxxxxxxxxxxxxxxx"
}