Create PIX CheckoutAsk AIpost https://api-sandbox.astrapay.com.br/v1/pix-checkoutCreates a new PIX checkout containing multiple PIX payments for processing.Body ParamscheckoutIdstringrequiredlength ≤ 50Unique identifier for the checkout provided by the clientdebitAccountobjectrequiredAccount information for checkout debitdebitAccount objectpaymentsarray of objectsrequiredlength between 1 and 1000List of PIX payments to be included in the checkoutpayments* objectpaymentIdstringrequiredlength ≤ 50Unique identifier for the payment within the checkoutpixKeyobjectrequiredPIX key information for paymentpixKey objectamountnumberrequired0.01 to 999999.99Payment amount in Brazilian Real (BRL)beneficiaryNamestringrequiredlength ≤ 100Name of the payment beneficiarydescriptionstringlength ≤ 200Payment description or purposepaymentDatedateScheduled payment date (YYYY-MM-DD format)userReferencestringlength ≤ 100Optional client reference for the paymentADD objectuserReferencestringlength ≤ 100Optional client reference for the checkoutHeadersx-transaction-iduuidrequiredUnique transaction identifier for request trackingResponses 200SUCCESS. The batch was created successfully. 400INVALID REQUEST. The server could not process the request due to malformed syntax, invalid request structure, or invalid values. 401UNAUTHORIZED. The request requires user authentication. 403FORBIDDEN. The request was valid but the server is refusing the action. The user may not have the necessary permissions for a resource. 500INTERNAL SERVER ERROR. The server encountered an unexpected condition that prevented it from fulfilling the request.Updated 6 months ago