Contact us

For any questions, please email us at selfmadecorporation@gmail.com or Via socials. We will get back to you within 24 hours.

<script>
function createMessaging () {
new AfterPay.Widgets.Placement({
// Ensure target matches the id specified in step 3
target: "#afterpay-messaging-widget",
locale: "en-AU",
// Change to match the page you want to display the widget on
context: "PRODUCT_PAGE",
// Change to the public key provided to you by the Afterpay
// team
publicKey: "6e757026-0fcd-4fdc-a858-13017c8f584f",
attributes: {
currency: "AUD",
amount: "300",
promoRenderStyle:"promo-with-get-and-payment",
}
});
}
</script>