Ingresse Store Payments

Pays a transaction already booked and not expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Address is mandatory

In order to process payments, the user must to have a registered address. You can do that by updating the user account through user update endpoint.

Payment Body Example

{
  "userId" : 123456,
  "transactionId" : "1234534-3hg2f45hg34jh5f34hgf5jh3f5hj23",
  "creditCardToken": {    
    "token" : "6aa0dd09-019a-41ee-9901-eef1e89e7ae7"
  },
  "paymentMethod" : "creditCardToken",
  "document" : "11122233344",
  "installments" : 1
}
{
  "userId" : 12345,
  "transactionId" : "123456-23gfd41hg23d4g2323hf23q4",
  "paymentMethod" : "BoletoBancario",
  "document" : "11122233344"
}
Query Params
string
required

The usertoken for whom the purchase is requested.

Body Params
int32
required

User ID.

string
required

The transaction ID string to identify what to pay.

string
required

Must be one of the available payment methods for that transaction. Options: BoletoBancario, CartaoCredito, pix.

creditcard
object

When the payment method chosen is credit card, use this param to send credit card information.

string
required

CPF document number to be associated with transaction.

int32
Defaults to 1

The maximum number of installments is provided in the response of start transaction.

Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json