API Setup

The rest APIs can be accessed through the following endpoints:

Production: https://paymentnftapi.ibanera.com

ALL requests must contain an API key in the headers of each request in the following format. API keys are provided by Ibanera. Contact a representative for inquiries.

Header Parameter
Type
Text

x-api- key

String

API key provided by Ibanera

content-type

String

application/json

Additionally, all requests must have a content type of application/json. Make sure that this content-type parameter is included in your request.

Last updated